File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ on: [workflow_dispatch]
55jobs :
66 windows-msys :
77 name : ${{ matrix.config }} Windows ${{ matrix.arch }}
8- runs-on : windows-2019
8+ runs-on : windows-2022
99 strategy :
1010 fail-fast : false
1111 matrix :
2727 steps :
2828 - uses : msys2/setup-msys2@v2
2929 with :
30- install : ${{ matrix.prefix }}-qt5-base ${{ matrix.prefix }}-libxml2 git p7zip
30+ install : base-devel ${{ matrix.prefix }}-toolchain ${{ matrix.prefix }}- qt5-base ${{ matrix.prefix }}-libxml2 git unzip p7zip
3131 msystem : ${{ matrix.msystem }}
3232 path-type : minimal
3333 release : false
6969
7070 - name : Build
7171 run : |
72- make CXXFLAGS="-Wno-deprecated-copy" -j4
72+ make CC=gcc-14 CXX=g++-14 CXXFLAGS="-Wno-deprecated-copy" -j4
7373 7z a Linux-${{ matrix.arch }}.7z ./install/*
7474# 7z to preserve file permissions
7575
You can’t perform that action at this time.
0 commit comments