Skip to content

Commit 427f26f

Browse files
update
1 parent 53f5fca commit 427f26f

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

.github/workflows/actions.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,10 +315,16 @@ jobs:
315315
./testall.sh
316316
317317
build-windows-qt68-msvc2026:
318-
runs-on: windows-2025-vs2026
318+
runs-on: windows-2022
319319
steps:
320320
- name: Checkout repository
321321
uses: actions/checkout@main
322+
- name: Checkout msbuild
323+
id: checkout_msbuild
324+
uses: microsoft/setup-msbuild@v3
325+
with:
326+
vs-version: '[18,19)' # 18.xx
327+
msbuild-architecture: x64
322328
- name: Install Qt
323329
uses: jurplel/install-qt-action@v4
324330
with:
@@ -329,6 +335,7 @@ jobs:
329335
- name: Install tools
330336
run: |
331337
choco install sqlite -y --no-progress
338+
#choco install cmake -y --version=3.31.7 --no-progress
332339
- name: Debug build
333340
shell: cmd
334341
run: |
@@ -366,12 +373,12 @@ jobs:
366373
testall.bat
367374
368375
build-windows-qt68-msvc2022:
369-
runs-on: windows-2025
376+
runs-on: windows-2022
370377
steps:
371378
- uses: actions/checkout@main
372379
- name: Checkout msbuild
373380
id: checkout_msbuild
374-
uses: microsoft/setup-msbuild@v2
381+
uses: microsoft/setup-msbuild@v3
375382
with:
376383
vs-version: '[17,18)' # 17.xx
377384
msbuild-architecture: x64

0 commit comments

Comments
 (0)