From 41587f7cd1b00b0a8930495ab8eb9bce28073c1a Mon Sep 17 00:00:00 2001 From: Adrian Schoenig Date: Mon, 25 Nov 2024 10:52:34 +1100 Subject: [PATCH] Fix regression in GHA by building for iOS simulator instead --- .github/workflows/swift.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 16583b6..c03dc88 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -60,4 +60,4 @@ jobs: - name: Build run: | cd Examples - xcodebuild build -scheme 'Cassini' -destination 'name=iPhone 14' -sdk iphoneos + xcodebuild build -scheme 'Cassini' -destination 'platform=iOS Simulator,name=iPhone 14' -sdk iphonesimulator