Skip to content

Commit

Permalink
Merge pull request #1713 from AkihiroSuda/dev
Browse files Browse the repository at this point in the history
CI: release: update Xcode to 14.2 (default)
  • Loading branch information
AkihiroSuda authored Aug 4, 2023
2 parents 0deea45 + 326f123 commit f654a0c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ jobs:
runs-on: macos-12
timeout-minutes: 20
steps:
- name: "Switch Xcode version to enable macOS 13 SDK"
# Xcode 14.1 added support for macOS 13 SDK.
# The default version is still 14.0.1, as of November 2022.
# https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md#xcode
- name: "Show xcode and SDK version"
run: |
sudo xcode-select --switch /Applications/Xcode_14.1.app
# Xcode version
xcodebuild -version
# macOS SDK version
xcrun --show-sdk-version
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit f654a0c

Please sign in to comment.