Skip to content

Commit

Permalink
chore: use correct Xcode for Swift 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hansemannn committed Sep 13, 2024
1 parent d376235 commit 2ba7342
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@ on:

jobs:
ios:
runs-on: macos-latest
runs-on: macos-13
name: iOS
env:
SDK_VERSION: 12.4.0.GA
DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer
# This one uses Swift 3.8.1. If you're running into the "Unsupported Swift architecture", verify which
# Swift version is used for the specified Ti SDK version, e.g. by looking into
# ~/Library/Application Support/Titanium/mobilesdk/osx/<version>/iphone/Frameworks/TitaniumKit.xcframework/ios-arm64/TitaniumKit.framework/Headers/TitaniumKit-Swift.h
DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 2ba7342

Please sign in to comment.