Skip to content

Commit

Permalink
Merge branch 'deployment-target-macOS-14' into deployment-target-macO…
Browse files Browse the repository at this point in the history
…S-15
  • Loading branch information
F1248 committed Aug 31, 2024
2 parents 45f2492 + a409f7d commit 1eab420
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Build-Genius.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ jobs:

- name: Select Xcode version
run: |
/usr/bin/sudo /usr/bin/xcode-select --switch /Applications/Xcode_16.1.app
/usr/bin/sudo /usr/bin/xcode-select --switch /Applications/$(
/bin/ls /Applications | /usr/bin/grep "Xcode_\d*\.\d*\.app" | /usr/bin/tail --lines=1
)
/bin/echo "$(/usr/bin/xcodebuild -version | /usr/bin/tr "\n" " ")selected"
- name: Build Genius
Expand Down
File renamed without changes.

0 comments on commit 1eab420

Please sign in to comment.