Skip to content

Commit afc74e8

Browse files
committed
Build releases on macOS 13 and 14
Apparently, `macos-latest` means macOS 12. We need to to build on 14 Apple silicon support. Fixes #152.
1 parent cc3a709 commit afc74e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
os: [macos-latest, ubuntu-latest, windows-latest]
19+
os: [macos-13, macos-14, ubuntu-latest, windows-latest]
2020

2121
steps:
2222
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)