From 68a0ecc78281d4d7ef5820ed17886abca1dd4414 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Fri, 28 Mar 2025 04:24:32 +1000 Subject: [PATCH] gha: update `build.yml` try `windows-2025` image https://github.com/actions/runner-images?tab=readme-ov-file#available-images https://github.com/actions/runner-images/blob/main/images/windows/Windows2025-Readme.md --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5d33dbb70..deac7ac12 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,8 @@ jobs: - {os: ubuntu-22.04, cc: clang, cxx: clang++} - {os: macos-15, cc: clang, cxx: clang++} - {os: macos-14, cc: clang, cxx: clang++} - - {os: windows-latest, cc: gcc, cxx: g++, altname: "mingw-gcc"} + - {os: windows-2025, cc: gcc, cxx: g++, altname: "mingw-gcc"} + - {os: windows-2022, cc: gcc, cxx: g++, altname: "mingw-gcc"} env: MRUBY_CONFIG: ci/gcc-clang CC: ${{ matrix.cc }}