Skip to content

Commit

Permalink
Use macos-13 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>
  • Loading branch information
kbattocchi committed May 3, 2024
1 parent a0054d1 commit 201a0b2
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-13]
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-13
kind: serial
# Ray tests run out of memory on Windows
- os: windows-latest
Expand Down

0 comments on commit 201a0b2

Please sign in to comment.