Skip to content
This repository was archived by the owner on Aug 4, 2025. It is now read-only.

Commit 3dcae90

Browse files
committed
Change workflow to use macos-15 image and use default xcode version
feature/v20.2.2
1 parent 66340d3 commit 3dcae90

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 intune-ios-sdk-Package -destination generic/platform=iOS

0 commit comments

Comments
 (0)