Skip to content

Commit

Permalink
Use ubuntu-latest on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Apr 4, 2024
1 parent 9a234bb commit 53ccea1
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-latest
name: Node ${{ matrix.node }}
strategy:
matrix:
Expand All @@ -24,7 +24,7 @@ jobs:
- run: npm test

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

0 comments on commit 53ccea1

Please sign in to comment.