Skip to content

Update CI to Xcode 16 (#1622) #1478

Update CI to Xcode 16 (#1622)

Update CI to Xcode 16 (#1622) #1478

Workflow file for this run

name: check
on:
pull_request:
push:
branches: main
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
check:
runs-on: macOS-14
env:
MINT_PATH: ${{ github.workspace }}/mint
steps:
- uses: actions/checkout@v2
- name: Cache Mint packages
uses: actions/cache@v1
with:
path: ${{ env.MINT_PATH }}
key: ${{ runner.os }}-mint-${{ hashFiles('**/Mintfile') }}
restore-keys: ${{ runner.os }}-mint-
- name: Install mint
run: brew install mint
- name: Bootstrap mint with swiftformat
run: mint bootstrap
- name: Check
run: scripts/style.sh test-only