Skip to content

Bump actions/checkout from 3 to 4 #23

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #23

Workflow file for this run

name: build-mgscopebar
on: [pull_request]
jobs:
buildGitx:
name: Build MGScopeBar
runs-on: macOS-latest
strategy:
fail-fast: false
matrix:
xcode: [ Xcode_14.2.0, Xcode_13.4 ]
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- name: Set XCode Version
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app
- name: Build project
run: xcodebuild -workspace MGScopeBar.xcodeproj/project.xcworkspace -scheme MGScopeBar archive ARCHS="arm64 x86_64"