Skip to content

Commit 1d87103

Browse files
author
Rob Amos
committed
GitHub have horribly broken their macOS runners in recent years, reset to support just Xcode 26.1
1 parent ea8070e commit 1d87103

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/ios-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
xcode: [ "16.3", "16.4" ] # "26.0" is broken with xcodebuild test
32-
os: [ macos-15 ]
31+
xcode: [ "26.1" ]
32+
os: [ macos-26 ]
3333
runs-on: ${{ matrix.os }}
3434

3535
env:

.github/workflows/macos-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
xcode: [ "16.3", "16.4", "26.0" ]
32-
os: [ macos-15 ]
31+
xcode: [ "26.1" ]
32+
os: [ macos-26 ]
3333
runs-on: ${{ matrix.os }}
3434

3535
env:

.github/workflows/tvos-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
xcode: [ "16.3", "16.4" ] # "26.0" is broken with xcodebuild test
32-
os: [ macos-15 ]
31+
xcode: [ "26.1" ]
32+
os: [ macos-26 ]
3333
runs-on: ${{ matrix.os }}
3434

3535
env:

.github/workflows/visionos-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
xcode: [ "16.3", "16.4" ] # "26.0" is broken with xcodebuild test
32-
os: [ macos-15 ]
31+
xcode: [ "26.1" ]
32+
os: [ macos-26 ]
3333
runs-on: ${{ matrix.os }}
3434

3535
env:

.github/workflows/watchos-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
xcode: [ "16.3", "16.4" ] # "26.0" is broken with xcodebuild test
32-
os: [ macos-15 ]
31+
xcode: [ "26.1" ]
32+
os: [ macos-26 ]
3333
runs-on: ${{ matrix.os }}
3434

3535
env:

0 commit comments

Comments
 (0)