Skip to content

Commit 1551b8f

Browse files
committed
[ci] Use Ubuntu 20.04 to build the prebuilt binary for Linux
The Ubuntu 18.04 Actions runner image is no longer supported.
1 parent 3af3375 commit 1551b8f

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
@@ -50,13 +50,13 @@ jobs:
5050
- x86
5151
os:
5252
- macos-latest
53-
- ubuntu-18.04
53+
- ubuntu-20.04
5454
- windows-latest
5555
exclude:
5656
- arch: x86
5757
os: macos-latest
5858
- arch: x86
59-
os: ubuntu-18.04
59+
os: ubuntu-20.04
6060
steps:
6161
- uses: actions/checkout@v4
6262
- uses: actions/setup-node@v3
@@ -90,7 +90,7 @@ jobs:
9090
}}-darwin-x64+arm64.tar" -C "prebuilds/macos-latest" .
9191
- run:
9292
tar -cvf "${{ steps.get_version.outputs.version }}-linux-x64.tar" -C
93-
"prebuilds/ubuntu-18.04" linux-x64
93+
"prebuilds/ubuntu-20.04" linux-x64
9494
- run:
9595
tar -cvf "${{ steps.get_version.outputs.version }}-win32-ia32.tar" -C
9696
"prebuilds/windows-latest" win32-ia32

0 commit comments

Comments
 (0)