Skip to content

Update library to work with TCA 0.57 (#35) #75

Update library to work with TCA 0.57 (#35)

Update library to work with TCA 0.57 (#35) #75

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- '*'
jobs:
tests:
runs-on: macOS-13
strategy:
matrix:
xcode:
- '14.3.1'
steps:
- uses: actions/checkout@v2
- name: Select Xcode ${{ matrix.xcode }}
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
- name: Run tests
run: make test