We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c521ba commit 8d8004aCopy full SHA for 8d8004a
.github/workflows/ci.yml
@@ -59,6 +59,7 @@ jobs:
59
- TVOS
60
# - VISIONOS # Unfortunately, visionOS on CI is too flakey
61
- WATCHOS
62
+ skip_release: 1
63
xcode: [15.2, 15.4]
64
exclude:
65
- {xcode: 15.2, command: test}
@@ -67,8 +68,6 @@ jobs:
67
68
- {xcode: 15.2, platform: TVOS}
69
# - {xcode: 15.2, platform: VISIONOS}
70
- {xcode: 15.2, platform: WATCHOS}
- include:
71
- - {xcode: 15.2, skip_release: 1}
72
steps:
73
- uses: actions/checkout@v4
74
- name: Select Xcode ${{ matrix.xcode }}
0 commit comments