Skip to content

Commit

Permalink
Pin to Ubuntu 20.04
Browse files Browse the repository at this point in the history
Signed-off-by: Akhil Velagapudi <[email protected]>
  • Loading branch information
akhilles committed Feb 14, 2024
1 parent 1642779 commit 01d1c94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 01d1c94

Please sign in to comment.