Skip to content

Commit

Permalink
ci: use windows-2025 (#978)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner authored Dec 19, 2024
1 parent 816a069 commit 08e2e40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: macos
image: macos-15
- name: windows
image: windows-2022
image: windows-2025
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', 'pypy3.10']
fail-fast: false
runs-on: ${{ matrix.os.image }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
path: dist

windows:
runs-on: windows-2022
runs-on: windows-2025
needs: [set-version]
strategy:
matrix:
Expand Down

0 comments on commit 08e2e40

Please sign in to comment.