Skip to content

Commit 2b2c524

Browse files
committed
Fix ci
v25.1.0
1 parent 9bf593b commit 2b2c524

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,9 @@ on:
1111

1212
jobs:
1313
build:
14-
runs-on: macos-14
14+
runs-on: macos-15
1515
environment: default
16-
strategy:
17-
matrix:
18-
xcode: ["16.0"]
1916
steps:
2017
- uses: actions/checkout@v4
21-
- name: Select Xcode ${{ matrix.xcode }}
22-
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
2318
- name: Build package
2419
run: xcodebuild -scheme citrix-mam-sdk-Package -destination generic/platform=iOS

0 commit comments

Comments
 (0)