Skip to content

Commit 20a96fe

Browse files
committed
ci: Update CD workflow to explicitly use "macos-15-intel" for macOS x86_64
1 parent 762f572 commit 20a96fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
strategy:
8282
fail-fast: false
8383
matrix:
84-
os: [ubuntu-latest, windows-latest, macos-latest]
84+
os: [ubuntu-latest, windows-latest, macos-15-intel]
8585
arch: ["auto"]
8686

8787
include:

0 commit comments

Comments
 (0)