Skip to content

Commit e5e0d85

Browse files
committed
try out windows-2025 as this will be the new latest windows runner on GitHub Actions
1 parent 3563618 commit e5e0d85

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/test-quarto-latexmk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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

.github/workflows/test-smokes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)