Skip to content

Commit b48c595

Browse files
committed
Try with ubuntu-latest
1 parent f11acec commit b48c595

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Tests
55

66
jobs:
77
test:
8-
runs-on: ubuntu-18.04
8+
runs-on: ubuntu-latest
99
name: Node ${{ matrix.node }}
1010
strategy:
1111
matrix:
@@ -23,7 +23,7 @@ jobs:
2323
- run: npm test
2424

2525
test-targets:
26-
runs-on: ubuntu-18.04
26+
runs-on: ubuntu-latest
2727
name: ${{ matrix.targets.name }}
2828
strategy:
2929
matrix:

0 commit comments

Comments
 (0)