Skip to content

Commit b7d6dbb

Browse files
committed
Only build Catalyst on ARM
1 parent ccd31a9 commit b7d6dbb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build-test-and-docs.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,6 @@ jobs:
128128

129129
uikit-catalyst:
130130
runs-on: macos-14
131-
strategy:
132-
matrix:
133-
arch:
134-
- arm64
135-
- x86_64
136131
steps:
137132
- name: Force Xcode 15.4
138133
run: sudo xcode-select -switch /Applications/Xcode_15.4.app
@@ -150,7 +145,7 @@ jobs:
150145
set -uxo pipefail
151146
buildtarget () {
152147
# Use the same derived data path as DocC compilation so that we don't duplicate work.
153-
xcodebuild -derivedDataPath /tmp/data -skipMacroValidation -scheme "$1" -destination "variant=Mac Catalyst,arch=${{ matrix.arch }},platform=macOS" build | xcbeautify --renderer github-actions
148+
xcodebuild -derivedDataPath /tmp/data -skipMacroValidation -scheme "$1" -destination "variant=Mac Catalyst,arch=arm64,platform=macOS" build | xcbeautify --renderer github-actions
154149
}
155150
156151
buildtarget SwiftCrossUI

0 commit comments

Comments
 (0)