Update release.yml

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

View File

@ -6,7 +6,8 @@ on:
- '*'
jobs:
test:
runs-on: macOS-latest
# runs-on: macOS-latest
runs-on: macos-13
timeout-minutes: 10
steps:
- uses: actions/checkout@v1