From dcdd69669185dc6efca228079548ee8dbadcfdf2 Mon Sep 17 00:00:00 2001 From: brandon s allbery kf8nh Date: Mon, 17 Nov 2025 15:23:07 -0500 Subject: [PATCH] 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. --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 13a77e74c97..9d93e05847c 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -53,7 +53,7 @@ jobs: matrix: sys: - { os: windows-latest, shell: "C:/msys64/usr/bin/bash.exe -e {0}" } - - { os: ubuntu-22.04, shell: bash } + - { os: ubuntu-latest, shell: bash } - { os: macos-latest, shell: bash } # If you remove something from here, then add it to the old-ghcs job. # Also a removed GHC from here means that we are actually dropping