Skip to content

Commit

Permalink
ci: Update xcode version for macos-14 from 14.3.1 to 15.4 (osquery#8467)
Browse files Browse the repository at this point in the history
The older version has been removed on arm64 runners.
  • Loading branch information
Smjert authored Nov 10, 2024
1 parent 5ff3092 commit aa60bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hosted_runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ jobs:
id: xcode_selector
run: |
if [[ "${{ matrix.os }}" == "macos-14" ]]; then
xcode_path="/Applications/Xcode_14.3.1.app/Contents/Developer"
xcode_path="/Applications/Xcode_15.4.app/Contents/Developer"
elif [[ "${{ matrix.os }}" == "macos-15" ]]; then
xcode_path="/Applications/Xcode_16.app/Contents/Developer"
else
Expand Down

0 comments on commit aa60bbd

Please sign in to comment.