Skip to content

upgrade to macos-13, trying to fix CI #28

upgrade to macos-13, trying to fix CI

upgrade to macos-13, trying to fix CI #28

name: GitHub Actions CI
on: [push]
jobs:
build:
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- name: Run tests
run: sh unit-tests.sh
- name: Build
run: sh build.sh