Back to 11 runner

This commit is contained in:
Max Goedjen 2022-10-26 00:51:50 -07:00
parent 32ebb7f6ec
commit 23611877ca
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ on:
- '*'
jobs:
test:
runs-on: macos-12.0
runs-on: macos-11.0
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
@ -27,7 +27,7 @@ jobs:
swift test
popd
build:
runs-on: macos-12.0
runs-on: macos-11.0
timeout-minutes: 10
steps:
- uses: actions/checkout@v3