Skip to content

Commit

Permalink
pipeline for MAC_CATALYST_UNIVERSAL
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverepper committed Jul 19, 2024
1 parent 9cf2392 commit 66a4dfd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/catalyst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,19 @@ jobs:
DEPLOYMENT_TARGET: 17.2
steps:
- uses: actions/checkout@v2
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.4'
- name: Build
run: ./.github/build.sh
build_with_15_4_MAC_CATALYST_UNIVERSAL:
name: "Xcode version 15.4, Target macOS Catalyst on Intel CPUs [x86_64] and Apple Silicon [arm64] Target SDK 17.2"
runs-on: macos-14
env:
PLATFORM: MAC_CATALYST_UNIVERSAL
DEPLOYMENT_TARGET: 17.2
steps:
- uses: actions/checkout@v2
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.4'
Expand Down

0 comments on commit 66a4dfd

Please sign in to comment.