Skip to content

Commit 86343e0

Browse files
committed
Update macOS runners in release workflow
Replaces 'macos-latest' with 'macos-13' (Intel) and 'macos-14' (Apple Silicon) in the release workflow matrix to ensure coverage for both Intel and Apple Silicon architectures.
1 parent 2dfc18f commit 86343e0

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
include:
20-
- os: macos-latest
21-
platform: macOS
20+
- os: macos-13
21+
platform: macOS (Intel)
22+
- os: macos-14
23+
platform: macOS (Apple Silicon)
2224
- os: ubuntu-latest
2325
platform: Linux
2426
- os: windows-latest

0 commit comments

Comments
 (0)