Skip to content

Commit

Permalink
Use a supported Ubuntu version on CI thus restoring it to working.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjeffburke committed Oct 27, 2023
1 parent f525dac commit c4bcffa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: tests

jobs:
test:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
name: Node ${{ matrix.node }}
strategy:
matrix:
Expand All @@ -25,7 +25,7 @@ jobs:
- run: npm test

test-targets:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
name: ${{ matrix.targets.name }}
strategy:
matrix:
Expand Down

0 comments on commit c4bcffa

Please sign in to comment.