Switch test to Big Sur

This commit is contained in:
Max Goedjen 2020-11-11 15:02:49 -08:00
parent b85acebae1
commit 87a386b6b5
No known key found for this signature in database
GPG Key ID: E58C21DD77B9B8E8
1 changed files with 1 additions and 1 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