Skip to content

Commit

Permalink
xcode beta 4
Browse files Browse the repository at this point in the history
  • Loading branch information
clement2026 committed Aug 9, 2024
1 parent 0bcf86a commit afab12c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4
- name: Set up Xcode
run: |
sudo xcode-select -s "/Applications/Xcode_16_beta_5.app"
sudo xcode-select -s "/Applications/Xcode_16_beta_4.app"
xcodebuild -version
- name: Allow macro
run: |
Expand All @@ -48,4 +48,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Build
path: ${{ env.DMG_FILE_NAME }}
path: ${{ env.DMG_FILE_NAME }}

0 comments on commit afab12c

Please sign in to comment.