mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
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
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user