Skip to content

Commit

Permalink
Upgrade to Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Dec 18, 2022
1 parent b526500 commit 0714132
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-22.04
name: Node ${{ matrix.node }}
strategy:
matrix:
Expand All @@ -23,7 +23,7 @@ jobs:
- run: npm test

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

0 comments on commit 0714132

Please sign in to comment.