From 2d3a3f67bb3c474eb58cad2d7f61d320c6a35cc6 Mon Sep 17 00:00:00 2001 From: richardg867 Date: Sat, 2 Aug 2025 16:11:18 -0300 Subject: [PATCH] workflows: Attempt rollback to Ubuntu 22.04 At least until Ubuntu updates their mingw-w64 to include the fix for this: https://sourceforge.net/p/mingw-w64/bugs/991/ --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1806d8a..66243fc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ jobs: make: name: Make - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 env: WATCOM: /opt/watcom @@ -130,7 +130,7 @@ jobs: merge: name: Artifacts - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 needs: [make, newbasic] steps: