Skip to content

Fixes #146

Fixes #146 #112

Workflow file for this run

name: macos-jobs
on:
push:
branches: [ master ]
pull_request:
types: [ opened, synchronize ]
jobs:
build_with_15_0_MAC:
name: "Xcode version 15.0, Target macOS [x86_64] Target SDK 10.13"
runs-on: macos-13
env:
PLATFORM: MAC
DEPLOYMENT_TARGET: "10.13"
steps:
- uses: actions/checkout@v2
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0'
- name: Build
run: ./.github/build.sh
build_with_latest_MAC:
name: "Xcode version [latest supported], Target macOS [arm64] Target SDK 11.0 [shared example]"
runs-on: macos-latest
env:
PLATFORM: MAC_ARM64
DEPLOYMENT_TARGET: "11.0"
BUILD_SHARED: 1
steps:
- uses: actions/checkout@v2
- name: Build
run: ./.github/build.sh