Skip to content

Commit 04c1782

Browse files
authored
Merge branch 'master' into liga_texture_limit
2 parents a7b98de + cc78831 commit 04c1782

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 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

0 commit comments

Comments
 (0)