Skip to content

Commit f2af7fe

Browse files
authored
ci: Use intel for macos-15 build
1 parent bebe244 commit f2af7fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
matrix:
2020
include:
2121
# TODO: Get host platform from somewher instead of specifying it explicitly here.
22-
- os: macos-15
22+
- os: macos-15-intel
2323
bundle_os: macos
2424
emacs-version: '28.2'
2525
ext: dylib
2626
host: x86_64-apple-darwin
27-
- os: macos-15
27+
- os: macos-15-intel
2828
bundle_os: macos
2929
emacs-version: '28.2'
3030
ext: dylib

0 commit comments

Comments
 (0)