Update test.yml

This commit is contained in:
Max Goedjen 2023-04-30 14:59:13 -07:00 committed by GitHub
parent eaf9a23b42
commit c392106e28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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