Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Test on Big Sur

Test on Big Sur #6

Workflow file for this run

name: CI
on: [push]
jobs:
build:
strategy:
matrix:
platform: [macOS-10.14, macos-10.15, macos-11.0]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v1
- name: Print Xcode version
run: xcodebuild -version -sdk
- name: Test
run: xcodebuild -project Aware.xcodeproj -scheme Aware test ENABLE_HARDENED_RUNTIME=NO CODE_SIGN_STYLE=Manual CODE_SIGN_IDENTITY=