From d17b29fad3dd2a8fd1c41c26ce9fdcdda466223b Mon Sep 17 00:00:00 2001 From: bing Date: Tue, 6 Dec 2022 00:09:55 +0800 Subject: [PATCH] ci: pin linux release steps to ubuntu-20.04 (#3506) Recently Github Actions began [migrating `ubuntu-latest` from `ubuntu-20.04` to `ubuntu-22.04`](https://github.com/actions/runner-images/issues/6399) on a rolling basis. To prevent issues with libc and to keep our binaries as backward compatible as possible, let's pin the release steps to use `ubuntu-20.04` instead. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b710d5c75b..5406355e9ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -566,12 +566,12 @@ jobs: strategy: matrix: job: - - os: ubuntu-latest + - os: ubuntu-20.04 platform: linux target: x86_64-unknown-linux-gnu arch: amd64 svm_target_platform: linux-amd64 - - os: ubuntu-latest + - os: ubuntu-20.04 platform: linux target: aarch64-unknown-linux-gnu arch: arm64