Update build-macos.yml

This commit is contained in:
oxmc
2024-05-09 20:46:49 -07:00
committed by GitHub
parent f06789d843
commit 23c338bbf5
+3
View File
@@ -31,6 +31,9 @@ jobs:
- name: Change XCode Version
run: sudo xcode-select --switch /Applications/Xcode_14.3.1.app
- name: Re-install zlib
run: brew install zlib
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}