Skip to content

Commit 5c9767e

Browse files
authored
ci: Bump Ubuntu runners (#383)
1 parent daed83d commit 5c9767e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pr_stackablectl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
matrix:
3939
include:
4040
- target: x86_64-unknown-linux-gnu
41-
os: ubuntu-latest
41+
os: ubuntu-24.04
4242
- target: aarch64-unknown-linux-gnu
43-
os: ubuntu-22.04-arm
43+
os: ubuntu-24.04-arm
4444
- target: x86_64-apple-darwin
4545
os: macos-latest
4646
- target: aarch64-apple-darwin

.github/workflows/release_stackablectl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
matrix:
2525
include:
2626
- target: x86_64-unknown-linux-gnu
27-
os: ubuntu-20.04 # We don't use ubuntu-latest because we want to build against an old glibc version. (18.04 has glibc 2.27, 20.04 has glibc 2.31, 22.04 has glibc 2.35)
27+
os: ubuntu-24.04
2828
file-suffix: ""
2929
- target: aarch64-unknown-linux-gnu
30-
os: ubuntu-22.04-arm # 2025-01: The ARM runners only support Ubuntu 22.04 or 24.04, so we can't pick 20.04:
30+
os: ubuntu-24.04-arm
3131
file-suffix: ""
3232
- target: x86_64-apple-darwin
3333
os: macos-latest

0 commit comments

Comments
 (0)