Skip to content

Commit 32a9abb

Browse files
committed
Switch CI back to windows-latest, and install specifically version 2.4.8 of GnuPG.
1 parent 59afe4a commit 32a9abb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 3 additions & 3 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-2022]
37+
os: [ubuntu-latest, macos-latest, windows-latest]
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:
@@ -47,9 +47,9 @@ jobs:
4747
run: |
4848
$env:PATH = "C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\ProgramData\chocolatey\bin"
4949
[Environment]::SetEnvironmentVariable("Path", $env:PATH, "Machine")
50-
choco install gnupg
50+
choco install gnupg --version "2.4.8"
5151
echo "C:\Program Files (x86)\GnuPG\bin" >> $env:GITHUB_PATH
52-
if: ${{ matrix.os == 'windows-2022' }}
52+
if: ${{ matrix.os == 'windows-latest' }}
5353
- name: Test with unittest
5454
run: |
5555
gpg --version

0 commit comments

Comments
 (0)