Skip to content

Commit 285d16d

Browse files
fixed MacOS CI
since the default (macos-latest) is now ARM which does not recognise -mavx compilation arg
1 parent 8cf1379 commit 285d16d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
cpu_macos_x86_build:
3434
name: MacOS_x86
35-
runs-on: macos-latest
35+
runs-on: macos-15-intel
3636
steps:
3737
- uses: actions/checkout@v2
3838
with:

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
cpu_macos_x86_build:
1111
name: MacOS_x86
12-
runs-on: macos-latest
12+
runs-on: macos-15-intel
1313
steps:
1414
- uses: actions/checkout@v2
1515
with:

0 commit comments

Comments
 (0)