We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3efa650 commit 3311bb9Copy full SHA for 3311bb9
1 file changed
.github/workflows/release-macos.yml
@@ -14,8 +14,7 @@ jobs:
14
runs-on: ${{ matrix.os }}
15
strategy:
16
matrix:
17
- # macos-13 is x64 (Intel), macos-13-xlarge is arm64 (Apple Silicon)
18
- os: [ macos-13, macos-13-xlarge ]
+ os: [ macos-15, macos-15-intel ]
19
permissions:
20
contents: read
21
steps:
0 commit comments