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 2598865 commit 7c94d42Copy full SHA for 7c94d42
.github/workflows/build.yml
@@ -5,7 +5,7 @@ jobs:
5
strategy:
6
fail-fast: false
7
matrix:
8
- os: [ubuntu-latest, macos-14, macos-13]
+ os: [ubuntu-latest, macos-14, macos-15-intel]
9
runs-on: ${{ matrix.os }}
10
steps:
11
- if: ${{ startsWith(matrix.os, 'windows') }}
0 commit comments