We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dede753 commit 1f65363Copy full SHA for 1f65363
1 file changed
.github/workflows/release.yml
@@ -10,8 +10,8 @@ jobs:
10
runs-on: ${{ matrix.os }}
11
strategy:
12
matrix:
13
- # macos-13 is an intel runner, macos-14 is apple silicon
14
- os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13, macos-14]
+ # macos-latest (macos-15) is apple silicon
+ os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-latest, macos-15-intel]
15
16
steps:
17
- uses: actions/checkout@v6
0 commit comments