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

This commit is contained in:
Max Goedjen 2024-01-17 11:24:10 -08:00
parent 30c1d36974
commit ee0e8f366b
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

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