ci: use macos-latest-xlarge (#2123)

This commit is contained in:
Eric Liu 2025-03-16 14:29:24 -07:00 committed by GitHub
commit c118a5392e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
runs-on: macos-latest-xlarge
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4