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 d8d8333
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,18 @@ 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
with:
node-version: 14
node-version: 20
architecture: ${{ matrix.arch }}
- run: npm install
- run: npm run prebuild
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 d8d8333

Please sign in to comment.