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 5a7f431 commit 91255fbCopy full SHA for 91255fb
1 file changed
.github/workflows/build.yml
@@ -21,8 +21,7 @@ jobs:
21
runs-on: ${{ matrix.os }}
22
strategy:
23
matrix:
24
- # macos-13 is an intel runner, macos-15 is apple silicon
25
- os: [ubuntu-24.04, ubuntu-24.04-arm, windows-2025, macos-13, macos-15]
+ os: [ubuntu-24.04, ubuntu-24.04-arm, windows-2025, macos-15-intel, macos-15]
26
27
steps:
28
- uses: actions/checkout@v5
0 commit comments