We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eafa7ce commit 53f5fcaCopy full SHA for 53f5fca
1 file changed
.github/workflows/actions.yml
@@ -172,8 +172,8 @@ jobs:
172
run: |
173
./testall.sh
174
175
- build-macos:
176
- runs-on: macos-latest
+ build-macos26:
+ runs-on: macos-26
177
steps:
178
- uses: actions/checkout@main
179
- name: Homebrew
@@ -222,8 +222,8 @@ jobs:
222
223
224
225
- build-macos-sharedlink:
226
+ build-macos15-sharedlink:
+ runs-on: macos-15
227
228
229
@@ -366,7 +366,7 @@ jobs:
366
testall.bat
367
368
build-windows-qt68-msvc2022:
369
- runs-on: windows-2022
+ runs-on: windows-2025
370
371
372
- name: Checkout msbuild
0 commit comments