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 ec0e53a commit 38a01a8Copy full SHA for 38a01a8
.github/workflows/build.yml
@@ -92,7 +92,7 @@ jobs:
92
build-macos:
93
strategy:
94
matrix:
95
- os: [macos-latest, macos-14-large] # -latest is for Apple Silicon, -14-large is for Intel
+ os: [macos-latest, macos-15-intel] # -latest is for Apple Silicon, -15-intel is for Intel
96
runs-on: ${{ matrix.os }}
97
steps:
98
- uses: actions/checkout@v6
0 commit comments