We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bf593b commit 2b2c524Copy full SHA for 2b2c524
.github/workflows/ci.yml
@@ -11,14 +11,9 @@ on:
11
12
jobs:
13
build:
14
- runs-on: macos-14
+ runs-on: macos-15
15
environment: default
16
- strategy:
17
- matrix:
18
- xcode: ["16.0"]
19
steps:
20
- uses: actions/checkout@v4
21
- - name: Select Xcode ${{ matrix.xcode }}
22
- run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
23
- name: Build package
24
run: xcodebuild -scheme citrix-mam-sdk-Package -destination generic/platform=iOS
0 commit comments