Skip to content

Commit

Permalink
Run tests on ubuntu focal (20.04)
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavnikolaj committed Jan 10, 2023
1 parent b44e6eb commit b0a1724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
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 @@ -23,7 +23,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 b0a1724

Please sign in to comment.