Skip to content

Commit

Permalink
Select Xcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmroot committed Aug 7, 2024
1 parent 5cce4cf commit 586435b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ jobs:
tar -xjf MacPorts-${version}.tar.bz2
mv MacPorts-${version} MacPorts
rm MacPorts-${version}.tar.bz2 MacPorts-${version}.tar.bz2.sha256.sig
- name: Select Xcode version
run: |
case "`uname -r`" in
22.*) sudo xcode-select --switch /Applications/Xcode_14.3.1.app/Contents/Developer
;;
23.*) sudo xcode-select --switch /Applications/Xcode_15.3.app/Contents/Developer
;;
esac
- name: Configure MacPorts Base
run: |
set -eu
Expand Down

0 comments on commit 586435b

Please sign in to comment.