Skip to content

Commit f7081a2

Browse files
Update run-tests-WaterfallGridSample.yml
1 parent 54875e1 commit f7081a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests-WaterfallGridSample.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
run: xcodebuild test -scheme WaterfallGrid -destination "platform=iOS Simulator,OS=17.5,name=iPhone 15 Pro" | xcpretty
4141

4242
- name: Build (macOS)
43-
run: xcodebuild build -scheme WaterfallGrid -destination "platform=macOS,name=My Mac" | xcpretty
43+
run: xcodebuild build -scheme WaterfallGrid -destination "platform=macOS,arch=arm64e,name=My Mac" | xcpretty
4444

4545
- name: Build (Mac Catalyst)
46-
run: xcodebuild build -scheme WaterfallGrid -destination "platform=macOS,variant=Mac Catalyst,name=My Mac" | xcpretty
46+
run: xcodebuild build -scheme WaterfallGrid -destination "platform=macOS,arch=arm64e,variant=Mac Catalyst,name=My Mac" | xcpretty
4747

4848
- name: Build (tvOS)
4949
run: xcodebuild build -scheme WaterfallGrid -destination "platform=tvOS Simulator,OS=17.5,name=Apple TV" | xcpretty

0 commit comments

Comments
 (0)