Skip to content

Commit

Permalink
Use windows-2019 runner in CI
Browse files Browse the repository at this point in the history
- llvm build fails on windows-2022
- underlying issue is unclear but this is a short term workaround
- resolves #104
  • Loading branch information
lkeegan committed Jun 11, 2024
1 parent 7b7ae38 commit 5d5c572
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 5d5c572

Please sign in to comment.