Skip to content

Commit

Permalink
Update runners to actions/runner-images#10603
Browse files Browse the repository at this point in the history
  • Loading branch information
treastrain committed Sep 15, 2024
1 parent 0670645 commit bbb47c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches: [ tretnfckit-main ]

env:
XCODE_SELECT_PATH: '/Applications/Xcode_16_beta_6.app/Contents/Developer'
XCODE_SELECT_PATH: '/Applications/Xcode_16_Release_Candidate.app/Contents/Developer'

jobs:
show_software_information:
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_16_beta_6.app/Contents/Developer'
XCODE_SELECT_PATH: '/Applications/Xcode_16_Release_Candidate.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_16_beta_6.app/Contents/Developer'
XCODE_SELECT_PATH: '/Applications/Xcode_16_Release_Candidate.app/Contents/Developer'

jobs:
show_software_information:
Expand Down

0 comments on commit bbb47c5

Please sign in to comment.