Skip to content

CI

CI #109

Workflow file for this run

name: CI
on:
workflow_dispatch:
jobs:
build:
runs-on: macOS-13
strategy:
matrix:
xcode:
- "15.0"
steps:
- uses: actions/checkout@v1
- name: Select Xcode
run: echo $RUNNER_VERSION