Skip to content

Commit 409a1ab

Browse files
authored
Update the Ubuntu runner image in build script to ubuntu-22.04 (#1341)
1 parent 6de572a commit 409a1ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os:
30-
- ubuntu-20.04
30+
- ubuntu-22.04
3131
- macos-13
3232
- macos-14
3333
- windows-2019
@@ -67,7 +67,7 @@ jobs:
6767
publish:
6868
if: ${{ github.event_name == 'release' }}
6969
name: Publishing to NPM
70-
runs-on: ubuntu-20.04
70+
runs-on: ubuntu-22.04
7171
needs:
7272
- prebuild
7373
- prebuild-alpine
@@ -89,7 +89,7 @@ jobs:
8989
fail-fast: false
9090
matrix:
9191
os:
92-
- ubuntu-20.04
92+
- ubuntu-22.04
9393
- macos-13
9494
- macos-14
9595
- windows-2019

0 commit comments

Comments
 (0)