Skip to content

Commit 3beb758

Browse files
committed
gha: bump runner Ubuntu version to 24.04 for x86_64 and arm64
[ upstream commit 317f527 ] This is to fix the error: This is a scheduled Ubuntu 20.04 brownout. Ubuntu 20.04 LTS runner will be removed on 2025-04-15. For more details, see actions/runner-images#11101 Signed-off-by: Mahe Tardy <[email protected]>
1 parent 20dfa56 commit 3beb758

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gotests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
os: [ ubuntu-20.04, ubuntu-22.04-arm64 ]
18+
os: [ ubuntu-24.04, ubuntu-24.04-arm64 ]
1919
steps:
2020
- name: Checkout code
2121
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -44,12 +44,12 @@ jobs:
4444
- name: Install dependencies x86
4545
run: |
4646
sudo apt-get -y install libc6-dev-i386
47-
if: ${{ matrix.os == 'ubuntu-20.04' }}
47+
if: ${{ matrix.os == 'ubuntu-24.04' }}
4848

4949
- name: Install dependencies ARM
5050
run: |
5151
sudo apt-get -y install gcc-arm-linux-gnueabihf
52-
if: ${{ matrix.os == 'ubuntu-22.04-arm64' }}
52+
if: ${{ matrix.os == 'ubuntu-24.04-arm64' }}
5353

5454
- name: Install bpftool
5555
uses: mtardy/setup-bpftool@9bc044304197616a6321d452e04cc059e006d8e2 # v1.0.4

0 commit comments

Comments
 (0)