Skip to content

Merge pull request #2 from iampatbrown/license #14

Merge pull request #2 from iampatbrown/license

Merge pull request #2 from iampatbrown/license #14

Workflow file for this run

name: Swift
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
library:
runs-on: macos-11.0
strategy:
matrix:
xcode:
- '13.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