Skip to content

Remove tca in favor of combine-only approach to core location dependencies #87

Remove tca in favor of combine-only approach to core location dependencies

Remove tca in favor of combine-only approach to core location dependencies #87

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