Skip to content

Commit cfaedd6

Browse files
authored
Ci: use ubuntu 24.04 (#56)
Just notice ubuntu-20.04 is removed on 2025-04-15, so it's no longer usable. This pr is going to update to ubuntu-24.04
1 parent 9cdf707 commit cfaedd6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
strategy:
1717
fail-fast: true
1818
matrix:
19-
# Pinning to Ubuntu 20.04 because building on newer Ubuntu versions causes linux-gnu
19+
# Pinning to Ubuntu 24.04 because building on newer Ubuntu versions causes linux-gnu
2020
# builds to link against a too-new-for-many-Linux-installs glibc version. Consider
21-
# revisiting this when 20.04 is closer to EOL (April 2025)
22-
platform: [macos-latest, ubuntu-20.04]
21+
# revisiting this when 24.04 is closer to EOL
22+
platform: [macos-latest, ubuntu-24.04]
2323
feature: [default]
2424
include:
2525
- feature: default
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
fail-fast: true
5151
matrix:
52-
platform: [macos-latest, ubuntu-20.04]
52+
platform: [macos-latest, ubuntu-24.04]
5353
feature: [default]
5454
include:
5555
- feature: default

0 commit comments

Comments
 (0)