Skip to content

Commit df16aec

Browse files
authored
Fix used MacOS Version in CI (#322)
Use MacOS 12 for Intel builds and MacOS 14 for ARM builds
1 parent c14b8bc commit df16aec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
fail-fast: false
5656
matrix:
57-
os: [ ubuntu-latest, macos-latest, macos-14, windows-latest ]
57+
os: [ ubuntu-latest, macos-12, macos-14, windows-latest ]
5858
python-version: [ '3.10' ]
5959
runs-on: ${{ matrix.os }}
6060

@@ -107,7 +107,7 @@ jobs:
107107
strategy:
108108
fail-fast: false
109109
matrix:
110-
os: [ ubuntu-latest, macos-latest, macos-14, windows-latest ]
110+
os: [ ubuntu-latest, macos-12, macos-14, windows-latest ]
111111
python-version: [ '3.10', '3.11' , '3.12']
112112
runs-on: ${{ matrix.os }}
113113

0 commit comments

Comments
 (0)