Skip to content
Open
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
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
build-macos:
name: macOS XCODE5
runs-on: macos-latest
runs-on: macos-15
env:
JOB_TYPE: BUILD
HOMEBREW_NO_INSTALL_CLEANUP: 1
Expand All @@ -27,6 +27,8 @@ jobs:

- name: Install Linux Toolchain
run: |
brew trust aws/tap
brew trust FiloSottile/musl-cross
brew tap FiloSottile/homebrew-musl-cross
brew install musl-cross

Expand Down Expand Up @@ -153,7 +155,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