File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments