Skip to content

Commit

Permalink
ci: bump ubuntu runner from 20.04 to 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisDyallo committed Jan 17, 2025
1 parent 9957b6a commit c95399c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-nativeshims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

build-linux-amd64:
name: Build Linux (amd64)
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- run: |
Expand All @@ -78,7 +78,7 @@ jobs:

build-linux-arm64:
name: Build Linux (arm64)
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- run: |
Expand Down
2 changes: 1 addition & 1 deletion Yubico.NativeShims/build-linux-amd64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ DEBIAN_FRONTEND=noninteractive sudo apt-get install -yq \
g++ \
gcc

# Install latest version of CMake for Ubuntu 20.04
# Install latest version of CMake for Ubuntu
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
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
sudo apt-get update -qq
Expand Down
2 changes: 1 addition & 1 deletion Yubico.NativeShims/build-linux-arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ DEBIAN_FRONTEND=noninteractive sudo apt-get install -yq \
g++-aarch64-linux-gnu \
gcc-aarch64-linux-gnu

# Install latest version of CMake for Ubuntu 20.04
# Install latest version of CMake for Ubuntu
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
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
sudo apt-get update -qq
Expand Down

0 comments on commit c95399c

Please sign in to comment.