Pin ubuntu to v22

This commit is contained in:
Daniel Imms
2025-01-07 06:02:30 -08:00
parent bb7393b1cb
commit 2c11eae732
+2 -6
View File
@@ -167,9 +167,9 @@ jobs:
strategy:
matrix:
node-version: [18] # just one as integration tests are about testing in browser
runs-on: [ubuntu] # macos is flaky
runs-on: [ubuntu-22.04] # macos is flaky
browser: [chromium, firefox, webkit]
runs-on: ${{ matrix.runs-on }}-latest
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}.x
@@ -181,10 +181,6 @@ jobs:
run: |
yarn --frozen-lockfile
yarn install-addons
- name: Playwright dependencies
run: |
sudo apt-get update
sudo apt-get install -y liboss4-salsa-asound2
- name: Install playwright
run: npx playwright install --with-deps ${{ matrix.browser }}
- name: Wait for build job