Update runners to use macOS 13 image (#463)

* Update nightly.yml

* Update release.yml

* Update test.yml
This commit is contained in:
Max Goedjen 2023-04-30 15:00:23 -07:00 committed by GitHub
parent 0944d65ccb
commit e04fe419ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 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

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

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