From 01d1c948ca3c65dc3e146dddb529b34c5ee91e62 Mon Sep 17 00:00:00 2001 From: Akhil Velagapudi <4@4khil.com> Date: Wed, 14 Feb 2024 08:55:23 -0800 Subject: [PATCH] Pin to Ubuntu 20.04 Signed-off-by: Akhil Velagapudi <4@4khil.com> --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1a3a4a0..890b07b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: contents: write # We intentionally build on ubuntu 20 to compile against # an older version of glibc - runs-on: ubuntu-large + runs-on: ubuntu-large-20.04 steps: - name: Install libtool-bin run: | @@ -123,7 +123,7 @@ jobs: permissions: contents: write needs: [create_draft_release] - runs-on: ubuntu-large + runs-on: ubuntu-large-20.04 strategy: fail-fast: false matrix: @@ -201,7 +201,7 @@ jobs: contents: write # We intentionally build on ubuntu 20 to compile against # an older version of glibc - runs-on: ubuntu-large + runs-on: ubuntu-large-20.04 steps: - name: Install libtool-bin run: |