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 e0b748c commit 5973aaeCopy full SHA for 5973aae
.github/workflows/ci.yml
@@ -59,7 +59,6 @@ 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}
@@ -98,9 +97,6 @@ jobs:
98
97
uses: chetan/git-restore-mtime-action@v2
99
- name: Debug
100
run: make XCODEBUILD_ARGUMENT="${{ matrix.command }}" CONFIG=Debug PLATFORM="${{ matrix.platform }}" WORKSPACE=.github/package.xcworkspace xcodebuild
101
- - name: Release
102
- if: matrix.skip_release != '1'
103
- run: make XCODEBUILD_ARGUMENT="${{ matrix.command }}" CONFIG=Release PLATFORM="${{ matrix.platform }}" WORKSPACE=.github/package.xcworkspace xcodebuild
104
105
library-evolution:
106
name: Library (evolution)
0 commit comments