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
3 changed files with 6 additions and 3 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