Update to Xcode 26.1

This commit is contained in:
Max Radermacher
2025-11-06 11:12:30 -06:00
committed by GitHub
parent ca401eda7a
commit 39d55b7e39
2 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ concurrency:
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.0.app
DEVELOPER_DIR: /Applications/Xcode_26.1.app
jobs:
build_and_test:
@@ -31,7 +31,7 @@ jobs:
strategy:
matrix:
# Add additional Xcode versions here if necessary.
xcode: ["Xcode_26.0", "Xcode_16.4"]
xcode: ["Xcode_26.1", "Xcode_16.4"]
steps:
- name: Set Xcode version
@@ -46,7 +46,7 @@ jobs:
Scripts/check_xcode_version.py --relaxed
- name: Download Metal toolchain
if: ${{ matrix.xcode == 'Xcode_26.0' }}
if: ${{ matrix.xcode == 'Xcode_26.1' }}
run: |
xcodebuild -downloadComponent MetalToolchain

View File

@@ -1 +1 @@
Xcode 26.0.1
Xcode 26.1