Skip to content

Commit 0861d31

Browse files
authored
upgrade ubuntu (#307)
1 parent bc085f7 commit 0861d31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build-test:
1010
name: Build and Test
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
1414
node-version: [18.x, 20.x, 22.x]
@@ -23,7 +23,7 @@ jobs:
2323
- run: yarn test
2424
all-jobs-pass:
2525
name: All jobs pass
26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-latest
2727
needs:
2828
- build-test
2929
steps:

0 commit comments

Comments
 (0)