Skip to content

Commit

Permalink
feature: use windows 2025 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
levivilet authored Dec 19, 2024
1 parent 09ad2f7 commit 0cee9b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
ci:
strategy:
matrix:
os: [ubuntu-24.04, macos-14, windows-2022]
os: [ubuntu-24.04, macos-14, windows-2025]
runs-on: ${{ matrix.os }}
timeout-minutes: 15
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04, macos-14, windows-2022]
os: [ubuntu-24.04, macos-14, windows-2025]
runs-on: ${{ matrix.os }}
timeout-minutes: 15
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fail-fast: true
max-parallel: 1
matrix:
os: [windows-2022, macos-14, ubuntu-24.04]
os: [windows-2025, macos-14, ubuntu-24.04]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0cee9b5

Please sign in to comment.