Skip to content

Commit

Permalink
Move runner from ubuntu-18.04 to ubuntu-latest (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjsanger authored Dec 13, 2022
1 parent c23683a commit 7b23002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['ubuntu-18.04']
os: [ubuntu-latest]
node: ['14.8.0']

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 7b23002

Please sign in to comment.