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 ec0b7ad commit f00e0f6Copy full SHA for f00e0f6
.github/workflows/build.yml
@@ -90,6 +90,8 @@ jobs:
90
build-spm:
91
name: Build with SPM
92
runs-on: macos-15
93
+ # Don't run this on release branches, cause the SPM Package.swift points to the unreleased versions.
94
+ if: startsWith(github.ref, 'refs/heads/release/') == false
95
steps:
96
- uses: actions/checkout@v4
97
# Only watchOS is compiling with SPM so far, the rest of the targets need profiling support which is still a work in progress due to the ObjC++ usage
0 commit comments