Skip to content

Try macos 14

Try macos 14 #56

Workflow file for this run

name: Test
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
name: Test
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- uses: sersoft-gmbh/xcodebuild-action@v2
with:
project: Placement.xcodeproj
scheme: Placement
action: test