Skip to content

Commit 3311bb9

Browse files
authored
fix: update macOS build matrix to use macos-15 and macos-15-intel (#20)
1 parent 3efa650 commit 3311bb9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release-macos.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
# macos-13 is x64 (Intel), macos-13-xlarge is arm64 (Apple Silicon)
18-
os: [ macos-13, macos-13-xlarge ]
17+
os: [ macos-15, macos-15-intel ]
1918
permissions:
2019
contents: read
2120
steps:

0 commit comments

Comments
 (0)