Skip to content

Commit

Permalink
Update to Xcode 16.0 beta 6
Browse files Browse the repository at this point in the history
  • Loading branch information
treastrain committed Sep 14, 2024
1 parent 81d6f7b commit b1e878c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ on:
branches: [ tretnfckit-main ]

env:
XCODE_SELECT_PATH: '/Applications/Xcode_15.2.app/Contents/Developer'
XCODE_SELECT_PATH: '/Applications/Xcode_16_beta_6.app/Contents/Developer'

jobs:
show_software_information:
name: Show software information
strategy:
fail-fast: false
matrix:
os: [macos-14, ubuntu-20.04, ubuntu-22.04]
# os: [macos-14, ubuntu-20.04, ubuntu-22.04]
os: [macos-14]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand All @@ -30,7 +31,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-14, ubuntu-20.04, ubuntu-22.04]
# os: [macos-14, ubuntu-20.04, ubuntu-22.04]
os: [macos-14]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xcodebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
TVOS_SIMULATOR_NAME: Apple TV 4K (3rd generation)
WATCHOS_SIMULATOR_NAME: Apple Watch Ultra 2 (49mm)
VISIONOS_SIMULATOR_NAME: Apple Vision Pro
XCODE_SELECT_PATH: '/Applications/Xcode_15.2.app/Contents/Developer'
XCODE_SELECT_PATH: '/Applications/Xcode_16_beta_6.app/Contents/Developer'

jobs:
show_software_information:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xcodebuild_for_example_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
env:
SCHEME_NAME: TRETNFCKitExample
IOS_SIMULATOR_NAME: iPhone 15 Pro
XCODE_SELECT_PATH: '/Applications/Xcode_15.2.app/Contents/Developer'
XCODE_SELECT_PATH: '/Applications/Xcode_16_beta_6.app/Contents/Developer'

jobs:
show_software_information:
Expand Down

0 comments on commit b1e878c

Please sign in to comment.