chore: Disable cirrus. We're out of quota again.

This commit is contained in:
iphydf
2025-12-25 10:33:33 +00:00
parent b449ea2ed4
commit ea2e34ff26
2 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ jobs:
strategy:
matrix:
arch: [arm64, x86_64]
runs-on: ${{ matrix.arch == 'arm64' && 'macos-14' || 'macos-13' }}
runs-on: ${{ matrix.arch == 'arm64' && 'macos-14' || 'macos-15-intel' }}
steps:
- uses: actions/checkout@v4
with: