Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install Linux Toolchain
run: |
brew tap FiloSottile/homebrew-musl-cross
brew install musl-cross
brew install FiloSottile/musl-cross/musl-cross

- name: Install Dependencies
run: brew install mingw-w64
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:

build-windows:
name: Windows VS2022
runs-on: windows-latest
runs-on: windows-2022
env:
HAS_OPENSSL_BUILD: 0
CC: gcc
Expand Down
Loading