Skip to content

Commit 371f845

Browse files
committed
Revert "ci: bump ubuntu runner from 20.04 to 24.04"
This reverts commit c95399c.
1 parent 22da0f7 commit 371f845

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-nativeshims.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
build-linux-amd64:
6666
name: Build Linux (amd64)
67-
runs-on: ubuntu-24.04
67+
runs-on: ubuntu-20.04
6868
steps:
6969
- uses: actions/checkout@v4
7070
- run: |
@@ -78,7 +78,7 @@ jobs:
7878

7979
build-linux-arm64:
8080
name: Build Linux (arm64)
81-
runs-on: ubuntu-24.04
81+
runs-on: ubuntu-20.04
8282
steps:
8383
- uses: actions/checkout@v4
8484
- run: |

Yubico.NativeShims/build-linux-amd64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ DEBIAN_FRONTEND=noninteractive sudo apt-get install -yq \
2424
g++ \
2525
gcc
2626

27-
# Install latest version of CMake for Ubuntu
27+
# Install latest version of CMake for Ubuntu 20.04
2828
wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | sudo tee /usr/share/keyrings/kitware-archive-keyring.gpg >/dev/null
2929
echo 'deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/ubuntu/ focal main' | sudo tee /etc/apt/sources.list.d/kitware.list >/dev/null
3030
sudo apt-get update -qq

Yubico.NativeShims/build-linux-arm64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ DEBIAN_FRONTEND=noninteractive sudo apt-get install -yq \
2525
g++-aarch64-linux-gnu \
2626
gcc-aarch64-linux-gnu \
2727

28-
# Install latest version of CMake for Ubuntu
28+
# Install latest version of CMake for Ubuntu 20.04
2929
wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | sudo tee /usr/share/keyrings/kitware-archive-keyring.gpg >/dev/null
3030
echo 'deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/ubuntu/ focal main' | sudo tee /etc/apt/sources.list.d/kitware.list >/dev/null
3131
sudo apt-get update -qq

0 commit comments

Comments
 (0)