We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c028e1d commit 200787dCopy full SHA for 200787d
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
needs: [lint, test]
25
strategy:
26
matrix:
27
- environment: [ubuntu-latest, macos-13, macos-14, windows-latest]
+ environment: [ubuntu-latest, macos-15-intel, macos-14, windows-latest]
28
permissions:
29
contents: read
30
id-token: write
@@ -157,7 +157,7 @@ jobs:
157
test:
158
159
160
161
162
runs-on: ${{ matrix.environment }}
163
timeout-minutes: 20
0 commit comments