Skip to content

Commit

Permalink
Merge pull request #95 from akien-mga/ci-macos-fix-sdk
Browse files Browse the repository at this point in the history
CI: Fix macOS build by working around bogus SDK detection
  • Loading branch information
autious committed May 9, 2023
2 parents d3cb734 + e876f69 commit 73a9fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -66,6 +66,6 @@ jobs:
with:
fetch-depth: 0 # Shallow clones speed things up
- name: cmake configure
run: cmake -S ./Projects -B ./Build
run: cmake -S ./Projects -DCMAKE_OSX_DEPLOYMENT_TARGET="13.1" -B ./Build
- name: compile with cmake
run: cmake --build ./Build

0 comments on commit 73a9fed

Please sign in to comment.