Skip to content

Commit f09efcb

Browse files
committed
Xcode_16 will soon require macos-15 in GHA
1 parent 14b94aa commit f09efcb

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/abtesting.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,13 @@ jobs:
2424
matrix:
2525
# TODO: macos tests are blocked by https://github.com/erikdoe/ocmock/pull/532
2626
target: [ios, tvos, macos --skip-tests, watchos]
27-
os: [macos-14]
28-
xcode: [Xcode_15.2, Xcode_16]
27+
include:
28+
- os: macos-13
29+
xcode: Xcode_15.2
30+
- os: macos-14
31+
xcode: Xcode_15.4
32+
- os: macos-15
33+
xcode: Xcode_16
2934
runs-on: ${{ matrix.os }}
3035
steps:
3136
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)