Skip to content

Commit

Permalink
[ci] Use Ubuntu 20.04 to build the prebuilt binary for Linux
Browse files Browse the repository at this point in the history
The Ubuntu 18.04 Actions runner image is no longer supported.
  • Loading branch information
lpinca committed Oct 15, 2023
1 parent 3af3375 commit 1551b8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ jobs:
- x86
os:
- macos-latest
- ubuntu-18.04
- ubuntu-20.04
- windows-latest
exclude:
- arch: x86
os: macos-latest
- arch: x86
os: ubuntu-18.04
os: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
}}-darwin-x64+arm64.tar" -C "prebuilds/macos-latest" .
- run:
tar -cvf "${{ steps.get_version.outputs.version }}-linux-x64.tar" -C
"prebuilds/ubuntu-18.04" linux-x64
"prebuilds/ubuntu-20.04" linux-x64
- run:
tar -cvf "${{ steps.get_version.outputs.version }}-win32-ia32.tar" -C
"prebuilds/windows-latest" win32-ia32
Expand Down

0 comments on commit 1551b8f

Please sign in to comment.