Skip to content

Commit 841869d

Browse files
authored
chore: upgrade test runner version to ubuntu-latest (#1485)
1 parent 9021c7f commit 841869d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
test:
1010
name: Test
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
1414
node-version: [18.x, 20.x]
@@ -22,7 +22,7 @@ jobs:
2222
- run: yarn test
2323
all-jobs-pass:
2424
name: All jobs pass
25-
runs-on: ubuntu-20.04
25+
runs-on: ubuntu-latest
2626
needs:
2727
- test
2828
steps:

0 commit comments

Comments
 (0)