File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -349,7 +349,7 @@ jobs:
349349 quarto --version
350350
351351 make-installer-win :
352- runs-on : windows-latest
352+ runs-on : windows-2025
353353 needs : [configure]
354354
355355 steps :
@@ -433,7 +433,7 @@ jobs:
433433 path : ./package/out/quarto-${{needs.configure.outputs.version}}-win.zip
434434
435435 test-zip-win :
436- runs-on : windows-latest
436+ runs-on : windows-2025
437437 needs : [configure, make-installer-win]
438438 steps :
439439 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1717 fail-fast : false
1818 matrix :
1919 config :
20- - { os: windows-latest }
20+ - { os: windows-2025 }
2121 - { os: macOS-latest }
2222 - { os: ubuntu-latest }
2323
Original file line number Diff line number Diff line change @@ -45,12 +45,12 @@ jobs:
4545 strategy :
4646 fail-fast : false
4747 matrix :
48- os : [ubuntu-latest, windows-latest ]
48+ os : [ubuntu-latest, windows-2025 ]
4949 time-test :
5050 - ${{ inputs.time-test }}
5151 exclude :
5252 # only run timed tests on Linux
53- - os : windows-latest
53+ - os : windows-2025
5454 time-test : true
5555 runs-on : ${{ matrix.os }}
5656 steps :
You can’t perform that action at this time.
0 commit comments