Skip to content

Commit

Permalink
ci: build windows dependencies with windows-2019 instead of windows-l…
Browse files Browse the repository at this point in the history
…atest
  • Loading branch information
itsmattkc committed Apr 27, 2023
1 parent b55bc33 commit b7f1594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
type: mac
cflags: "-mmacosx-version-min=10.14 -arch arm64"
- arch: x86_64
os: windows-latest
os: windows-2019
type: win
name: ${{ matrix.os }} (${{ matrix.arch }})
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit b7f1594

Please sign in to comment.