Skip to content

Commit 8d8004a

Browse files
committed
always skip release tests on Xcode <16
1 parent 6c521ba commit 8d8004a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
- TVOS
6060
# - VISIONOS # Unfortunately, visionOS on CI is too flakey
6161
- WATCHOS
62+
skip_release: 1
6263
xcode: [15.2, 15.4]
6364
exclude:
6465
- {xcode: 15.2, command: test}
@@ -67,8 +68,6 @@ jobs:
6768
- {xcode: 15.2, platform: TVOS}
6869
# - {xcode: 15.2, platform: VISIONOS}
6970
- {xcode: 15.2, platform: WATCHOS}
70-
include:
71-
- {xcode: 15.2, skip_release: 1}
7271
steps:
7372
- uses: actions/checkout@v4
7473
- name: Select Xcode ${{ matrix.xcode }}

0 commit comments

Comments
 (0)