diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ae55a779..69360cee3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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