We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cf2392 commit 66a4dfdCopy full SHA for 66a4dfd
.github/workflows/catalyst.yml
@@ -28,6 +28,19 @@ jobs:
28
DEPLOYMENT_TARGET: 17.2
29
steps:
30
- uses: actions/checkout@v2
31
+ - uses: maxim-lobanov/setup-xcode@v1
32
+ with:
33
+ xcode-version: '15.4'
34
+ - name: Build
35
+ run: ./.github/build.sh
36
+ build_with_15_4_MAC_CATALYST_UNIVERSAL:
37
+ name: "Xcode version 15.4, Target macOS Catalyst on Intel CPUs [x86_64] and Apple Silicon [arm64] Target SDK 17.2"
38
+ runs-on: macos-14
39
+ env:
40
+ PLATFORM: MAC_CATALYST_UNIVERSAL
41
+ DEPLOYMENT_TARGET: 17.2
42
+ steps:
43
+ - uses: actions/checkout@v2
44
- uses: maxim-lobanov/setup-xcode@v1
45
with:
46
xcode-version: '15.4'
0 commit comments