Skip to content

Update macos runner (macos12 -> macos-14) #189

Update macos runner (macos12 -> macos-14)

Update macos runner (macos12 -> macos-14) #189

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: macos-14
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
submodules: recursive
- name: brew install
run: brew install xcodegen
- name: make
run: make -C src clean all