Skip to content

Commit

Permalink
Update CI to run on latest Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed May 1, 2023
1 parent a22649e commit 6ae50a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jsdom-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:

jobs:
lint:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -33,7 +33,7 @@ jobs:
build-with-canvas:
env:
TEST_SUITE: 'node-canvas'
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Run tests
run: yarn add canvas && yarn test --retries 1
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 6ae50a1

Please sign in to comment.