Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ jobs:
quarto --version

make-installer-win:
runs-on: windows-latest
runs-on: windows-2025
needs: [configure]

steps:
Expand Down Expand Up @@ -433,7 +433,7 @@ jobs:
path: ./package/out/quarto-${{needs.configure.outputs.version}}-win.zip

test-zip-win:
runs-on: windows-latest
runs-on: windows-2025
needs: [configure, make-installer-win]
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -481,7 +481,7 @@ jobs:
quarto --version

make-installer-mac:
runs-on: macos-latest
runs-on: macos-15
needs: [configure]
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -550,7 +550,7 @@ jobs:
security delete-keychain build.keychain

test-zip-mac:
runs-on: macos-latest
runs-on: macos-15
needs: [configure, make-installer-mac]
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-quarto-latexmk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
config:
- { os: windows-latest }
- { os: windows-2025 }
- { os: macOS-latest }
- { os: ubuntu-latest }

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-smokes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-2025]
time-test:
- ${{ inputs.time-test }}
exclude:
# only run timed tests on Linux
- os: windows-latest
- os: windows-2025
time-test: true
runs-on: ${{ matrix.os }}
steps:
Expand Down
Loading