Skip to content

Commit dca160b

Browse files
authored
fix: Force build on intel
1 parent 0f94a66 commit dca160b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
os:
30-
- macos-15
30+
- macos-15-intel
3131
- ubuntu-22.04
3232
emacs-version:
3333
- '28.2'
@@ -42,11 +42,12 @@ jobs:
4242
emacs-version: '28.2'
4343
# Cross build
4444
target: aarch64-unknown-linux-gnu
45-
- os: macos-15
45+
- os: macos-15-intel
4646
emacs-version: '28.2'
4747
# Cross build
4848
target: aarch64-apple-darwin
4949
runs-on: ${{ matrix.os }}
50+
5051
steps:
5152
- uses: actions/checkout@v6
5253
- run: .github/script/setup

0 commit comments

Comments
 (0)