Skip to content

Commit

Permalink
Remove use of Xcode 14.1, 14.0 is no longer the default (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirosys authored Jul 29, 2024
1 parent c12f1c8 commit 4ca142b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,6 @@ jobs:
fetch-depth: 50
- name: Create git config # Fixes an issue where git refuses to work due to dubious permissions.
run: git config --global --add safe.directory $GITHUB_WORKSPACE
# This step should fix an issue with building on macos with gcc, and xcode 14.0,
# and should be removed once 14.1 is made default.
- name: Fix for XCode 14.0
if: runner.os == 'macOS'
run: |
echo "DEVELOPER_DIR=/Applications/Xcode_14.1.app" >> $GITHUB_ENV
- name: Build Debug
id: build_debug
run: ./build-debug.sh
Expand Down

0 comments on commit 4ca142b

Please sign in to comment.