Skip to content

Commit 5973aae

Browse files
committed
wip
1 parent e0b748c commit 5973aae

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
- TVOS
6060
# - VISIONOS # Unfortunately, visionOS on CI is too flakey
6161
- WATCHOS
62-
skip_release: '1'
6362
xcode: [15.2, 15.4]
6463
exclude:
6564
- {xcode: 15.2, command: test}
@@ -98,9 +97,6 @@ jobs:
9897
uses: chetan/git-restore-mtime-action@v2
9998
- name: Debug
10099
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
104100

105101
library-evolution:
106102
name: Library (evolution)

0 commit comments

Comments
 (0)