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

Merge pull request #17 from MFB-Technologies-Inc/feature/v20.1.2 #7

Merge pull request #17 from MFB-Technologies-Inc/feature/v20.1.2

Merge pull request #17 from MFB-Technologies-Inc/feature/v20.1.2 #7

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- "*"
workflow_dispatch:
jobs:
build:
runs-on: macos-14
environment: default
strategy:
matrix:
xcode: ["16.0"]
steps:
- uses: actions/checkout@v4
- name: Select Xcode ${{ matrix.xcode }}
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
- name: Build package
run: xcodebuild -scheme intune-ios-sdk-Package -destination generic/platform=iOS