Skip to content

chore(deps): bump macOS build agent from 14 to 15 #142

chore(deps): bump macOS build agent from 14 to 15

chore(deps): bump macOS build agent from 14 to 15 #142

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
jobs:
build:
runs-on: macos-15
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Xcode Version
uses: maxim-lobanov/[email protected]
with:
xcode-version: latest-stable
- name: Build and Analyze
run: >
xcodebuild clean build analyze
-project "Front Row.xcodeproj"
-scheme "Front Row"
CODE_SIGNING_ALLOWED=NO | xcpretty && exit ${PIPESTATUS[0]}