Skip to content

Commit

Permalink
Use macos-12 instead of macos-latest to avoid ARM
Browse files Browse the repository at this point in the history
until dependencies are available.

Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
Signed-off-by: Gabriel Daiha <gabriel.alves@picpay.com>
  • Loading branch information
kbattocchi authored and gdaiha committed May 10, 2024
1 parent 3164b7c commit c88a348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,12 @@ jobs:
if: ${{ needs.eval.outputs.testCode == 'True' }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-12]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
kind: [serial, other, dml, main, treatment, ray]
exclude:
# Serial tests fail randomly on mac sometimes, so we don't run them there
- os: macos-latest
- os: macos-12
kind: serial
# Ray tests run out of memory on Windows
- os: windows-latest
Expand Down

0 comments on commit c88a348

Please sign in to comment.