Try see if tests pass on a macos build for github action

This commit is contained in:
Debanjum Singh Solanky
2021-10-03 00:38:39 -07:00
parent d896664fdb
commit 5c92db7562

View File

@@ -11,7 +11,7 @@ on:
jobs:
test:
name: Run Tests
runs-on: "ubuntu-latest"
runs-on: "macos-latest"
defaults:
run:
shell: bash -l {0}