Skip to content

Commit 9ef811e

Browse files
kbattocchigdaiha
authored andcommitted
Use macos-12 instead of macos-latest to avoid ARM
until dependencies are available. Signed-off-by: Keith Battocchi <[email protected]> Signed-off-by: Gabriel Daiha <[email protected]>
1 parent 7ea918b commit 9ef811e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,12 @@ jobs:
201201
if: ${{ needs.eval.outputs.testCode == 'True' }}
202202
strategy:
203203
matrix:
204-
os: [ubuntu-latest, windows-latest, macos-latest]
204+
os: [ubuntu-latest, windows-latest, macos-12]
205205
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
206206
kind: [serial, other, dml, main, treatment, ray]
207207
exclude:
208208
# Serial tests fail randomly on mac sometimes, so we don't run them there
209-
- os: macos-latest
209+
- os: macos-12
210210
kind: serial
211211
# Ray tests run out of memory on Windows
212212
- os: windows-latest

0 commit comments

Comments
 (0)