Update to Xcode 26.2

This commit is contained in:
Max Radermacher 2025-12-22 12:47:23 -06:00 committed by GitHub
parent 20ae843b9c
commit 7caf45197c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -17,21 +17,21 @@ concurrency:
cancel-in-progress: true
env:
# Path format pulled from https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md#xcode
DEVELOPER_DIR: /Applications/Xcode_26.1.app
# Path format pulled from https://github.com/actions/runner-images/blob/main/images/macos/macos-26-arm64-Readme.md#xcode
DEVELOPER_DIR: /Applications/Xcode_26.2.app
jobs:
build_and_test:
name: Build and Test
timeout-minutes: 20
runs-on: macos-15-xlarge
runs-on: macos-26-xlarge
env:
FASTLANE_XCODEBUILD_SETTINGS_RETRIES: 7
strategy:
matrix:
# Add additional Xcode versions here if necessary.
xcode: ["Xcode_26.1"]
xcode: ["Xcode_26.2"]
steps:
- name: Set Xcode version
@ -76,7 +76,7 @@ jobs:
timeout-minutes: 10
runs-on: macos-15
runs-on: macos-26
if: github.event_name == 'pull_request'
@ -94,7 +94,7 @@ jobs:
timeout-minutes: 5
runs-on: macos-15
runs-on: macos-26
if: github.event_name == 'pull_request'

View File

@ -1 +1 @@
Xcode 26.1.1
Xcode 26.2