Update nightly.yml

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

View File

@ -5,7 +5,8 @@ on:
- cron: "0 8 * * *"
jobs:
build:
runs-on: macOS-latest
# runs-on: macOS-latest
runs-on: macos-13
timeout-minutes: 10
steps:
- uses: actions/checkout@v2