Skip to content

Commit

Permalink
Fix MacOS buildscript
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkewley committed Jan 16, 2025
1 parent 1dd87e5 commit 02bb9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
export OSC_BUILD_CONCURRENCY=$(sysctl -n hw.physicalcpu)
./scripts/build_mac.sh
./scripts/macos_check-dependencies.py osc-build/osc/osc
./scripts/macos_check-sdk.py 14.shouldfail osc-build/osc/osc
./scripts/macos_check-sdk.py 14.2 osc-build/osc/osc
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 02bb9a5

Please sign in to comment.