Skip to content

Commit 9df68d6

Browse files
committed
(ci) Updated github build.yml
Src-commit: 7bb17e512f1d17723e883223b08499da6aaaf6c9
1 parent 62ccde8 commit 9df68d6

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626
- { os: macos-latest, arch: x86_64, inskind: minciao }
2727
- { os: macos-latest, arch: x86_64, inskind: devenv-nodocs }
2828
- { os: windows-2025, arch: x86_64, inskind: minciao }
29-
# - { os: windows-2019, arch: x86_64, inskind: minciao }
30-
# - { os: windows-2019, arch: i686, inskind: minciao }
29+
# - { os: windows-2025, arch: i686, inskind: minciao }
3130
# compiler:
3231
# - { cc: gcc, cxx: g++ }
3332
# - { cc: clang, cxx: clang++ }
@@ -37,11 +36,11 @@ jobs:
3736
defaults:
3837
run:
3938
# Select msys2 shell only in windows (weird implementation due to github action limitations )
40-
shell: ${{ fromJSON('["msys2 {0}", "bash"]')[matrix.sys.os != 'windows-2019'] }}
39+
shell: ${{ fromJSON('["msys2 {0}", "bash"]')[matrix.sys.os != 'windows-2025'] }}
4140
steps:
4241
# Additional setup for windows
4342
- uses: msys2/setup-msys2@v2
44-
if: (matrix.sys.os == 'windows-2019')
43+
if: (matrix.sys.os == 'windows-2025')
4544
with:
4645
msystem: ${{ fromJSON('["mingw32", "mingw64"]')[matrix.sys.arch != 'i686'] }}
4746
update: true
@@ -52,7 +51,7 @@ jobs:
5251
else
5352
pacman --noconfirm -S mingw-w64-i686-gcc
5453
fi
55-
if: (matrix.sys.os == 'windows-2019')
54+
if: (matrix.sys.os == 'windows-2025')
5655
# Additional setup for ubuntu
5756
- run: |
5857
sudo apt-get update && sudo apt-get install gcc-multilib g++-multilib libc6-i386 libc6-dev-i386

0 commit comments

Comments
 (0)