Skip to content

Commit e0adf43

Browse files
committed
Update CI to run on latest Ubuntu
1 parent df5c511 commit e0adf43

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/jsdom-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717

1818
jobs:
1919
lint:
20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v3
2323
with:
@@ -33,7 +33,7 @@ jobs:
3333
build-with-canvas:
3434
env:
3535
TEST_SUITE: 'node-canvas'
36-
runs-on: ubuntu-20.04
36+
runs-on: ubuntu-latest
3737
steps:
3838
- uses: actions/checkout@v3
3939
with:
@@ -69,7 +69,7 @@ jobs:
6969
- name: Run tests
7070
run: yarn test-browser
7171
build:
72-
runs-on: ubuntu-20.04
72+
runs-on: ubuntu-latest
7373
strategy:
7474
fail-fast: false
7575
matrix:

0 commit comments

Comments
 (0)