diff --git a/.github/workflows/test_mac.yaml b/.github/workflows/test_mac.yaml new file mode 100644 index 00000000..447f0782 --- /dev/null +++ b/.github/workflows/test_mac.yaml @@ -0,0 +1,15 @@ +name: Toy example mac + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + run: + runs-on: macos-latest + + steps: + - name: Checkout code + run: ls \ No newline at end of file