Skip to content

Commit 2c11eae

Browse files
committed
Pin ubuntu to v22
1 parent bb7393b commit 2c11eae

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,9 @@ jobs:
167167
strategy:
168168
matrix:
169169
node-version: [18] # just one as integration tests are about testing in browser
170-
runs-on: [ubuntu] # macos is flaky
170+
runs-on: [ubuntu-22.04] # macos is flaky
171171
browser: [chromium, firefox, webkit]
172-
runs-on: ${{ matrix.runs-on }}-latest
172+
runs-on: ${{ matrix.runs-on }}
173173
steps:
174174
- uses: actions/checkout@v3
175175
- name: Use Node.js ${{ matrix.node-version }}.x
@@ -181,10 +181,6 @@ jobs:
181181
run: |
182182
yarn --frozen-lockfile
183183
yarn install-addons
184-
- name: Playwright dependencies
185-
run: |
186-
sudo apt-get update
187-
sudo apt-get install -y liboss4-salsa-asound2
188184
- name: Install playwright
189185
run: npx playwright install --with-deps ${{ matrix.browser }}
190186
- name: Wait for build job

0 commit comments

Comments
 (0)