Skip to content

Commit 4fb67f2

Browse files
committed
[ci] Use Ubuntu 22.04 to build the prebuilt binary for Linux
The Ubuntu 20.04 Actions runner image is no longer supported.
1 parent 35e2eb6 commit 4fb67f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ jobs:
4949
- x86
5050
os:
5151
- macos-latest
52-
- ubuntu-20.04
52+
- ubuntu-22.04
5353
- windows-latest
5454
exclude:
5555
- arch: x86
5656
os: macos-latest
5757
- arch: x86
58-
os: ubuntu-20.04
58+
os: ubuntu-22.04
5959
steps:
6060
- uses: actions/checkout@v4
6161
- uses: actions/setup-node@v4
@@ -90,7 +90,7 @@ jobs:
9090
darwin-x64+arm64
9191
- run:
9292
tar -cvf "${{ steps.get_version.outputs.version }}-linux-x64.tar" -C
93-
"prebuilds/ubuntu-20.04-x64" linux-x64
93+
"prebuilds/ubuntu-22.04-x64" linux-x64
9494
- run:
9595
tar -cvf "${{ steps.get_version.outputs.version }}-win32-ia32.tar" -C
9696
"prebuilds/windows-latest-x86" win32-ia32

0 commit comments

Comments
 (0)