File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments