Skip to content

Commit

Permalink
Merge pull request #106 from ssciwr/fix_windows_ci
Browse files Browse the repository at this point in the history
Use windows-2019 runner in CI
  • Loading branch information
lkeegan authored Jun 11, 2024
2 parents 7b7ae38 + 5d5c572 commit 7c6a11c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
platform: "musllinux"
arch: "i686"
# windows
- os: windows-latest
- os: windows-2019
platform: "win"
arch: "AMD64"
- os: windows-latest
- os: windows-2019
platform: "win"
arch: "x86"
# macos
Expand Down

0 comments on commit 7c6a11c

Please sign in to comment.