From 1551b8f01cf4392b5ea856e1f7a9a8d9a30224bc Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Sun, 15 Oct 2023 17:12:20 +0200 Subject: [PATCH] [ci] Use Ubuntu 20.04 to build the prebuilt binary for Linux The Ubuntu 18.04 Actions runner image is no longer supported. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41a55e6..24a2684 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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