Skip to content

Commit 59afe4a

Browse files
committed
Replace windows-latest with windows-2022 in CI.
1 parent 7a9b90c commit 59afe4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
os: [ubuntu-latest, macos-latest, windows-latest]
37+
os: [ubuntu-latest, macos-latest, windows-2022]
3838
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.13t', '3.14', '3.14t', 'pypy-3.9']
3939

4040
steps:
@@ -49,7 +49,7 @@ jobs:
4949
[Environment]::SetEnvironmentVariable("Path", $env:PATH, "Machine")
5050
choco install gnupg
5151
echo "C:\Program Files (x86)\GnuPG\bin" >> $env:GITHUB_PATH
52-
if: ${{ matrix.os == 'windows-latest' }}
52+
if: ${{ matrix.os == 'windows-2022' }}
5353
- name: Test with unittest
5454
run: |
5555
gpg --version

0 commit comments

Comments
 (0)