Skip to content

Commit

Permalink
Dev: update macOS and XCode
Browse files Browse the repository at this point in the history
  • Loading branch information
andriydruk committed Nov 18, 2024
1 parent 494884a commit 678713b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-android-toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ jobs:
path: ~/out/swift-android/swift-nightly-install/usr/lib/swift-x86_64

build-swift-mac-x86_64:
runs-on: macos-12
runs-on: macos-13

steps:
- uses: actions/checkout@v1
Expand Down
3 changes: 3 additions & 0 deletions build/macOS/000-install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ pip3 install six
swift_source=$HOME/swift-source
mkdir -p $swift_source
echo "export SWIFT_SRC=$swift_source" >> $HOME/.build_env

sudo xcode-select --switch /Applications/Xcode_14.1.app
/usr/bin/xcodebuild -version

0 comments on commit 678713b

Please sign in to comment.