Skip to content

Commit 66a4dfd

Browse files
committed
pipeline for MAC_CATALYST_UNIVERSAL
1 parent 9cf2392 commit 66a4dfd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/catalyst.yml

+13
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,19 @@ jobs:
2828
DEPLOYMENT_TARGET: 17.2
2929
steps:
3030
- 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
3144
- uses: maxim-lobanov/setup-xcode@v1
3245
with:
3346
xcode-version: '15.4'

0 commit comments

Comments
 (0)