Restore changes for Big Sur images. (#160)

* Switch test to Big Sur

* Switch to new logger api

* Fix versions

* .
This commit is contained in:
Max Goedjen
2020-11-11 15:32:28 -08:00
committed by GitHub
parent de21e1040e
commit edf01cc6d4
6 changed files with 20 additions and 35 deletions

View File

@@ -3,7 +3,7 @@ name: Test
on: [push, pull_request]
jobs:
test:
runs-on: macOS-latest
runs-on: macos-11.0
timeout-minutes: 10
steps:
- uses: actions/checkout@v2