Skip to content

Commit dcdd696

Browse files
committed
Force ubuntu-latest like on master
For some reason 22.04 is now randomly failing with old ghcs (that should have been built on it??) with GLIBC and GLIBCXX versioning errors. This doesn't show up on `master`, and this PR was failing until I bumped it up to ubuntu-latest as well. As with `master`, `validate-old-ghcs` still uses ubuntu-22.04 because they need `libtinfo6` which isn't available on 24.04.
1 parent e367edd commit dcdd696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
matrix:
5454
sys:
5555
- { os: windows-latest, shell: "C:/msys64/usr/bin/bash.exe -e {0}" }
56-
- { os: ubuntu-22.04, shell: bash }
56+
- { os: ubuntu-latest, shell: bash }
5757
- { os: macos-latest, shell: bash }
5858
# If you remove something from here, then add it to the old-ghcs job.
5959
# Also a removed GHC from here means that we are actually dropping

0 commit comments

Comments
 (0)