Use Apple Silicon runners (#519)

* Test running on XL (does this work for OSS projects?)

* Move over test/release
This commit is contained in:
Max Goedjen
2024-01-17 11:28:29 -08:00
committed by GitHub
parent bb63ae8469
commit 409efa5f9f
3 changed files with 6 additions and 6 deletions

View File

@@ -3,8 +3,8 @@ name: Test
on: [push, pull_request]
jobs:
test:
# runs-on: macOS-latest
runs-on: macos-13
# runs-on: macOS-latest-xlarge
runs-on: macos-13-xlarge
timeout-minutes: 10
steps:
- uses: actions/checkout@v4