diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9bbc426e29c..c287cf53407 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: fail-fast: false matrix: os: [ - "macOS-latest", + "macos-10.15", "ubuntu-latest", ] python-version: [ @@ -29,7 +29,7 @@ jobs: # Include new variables for Codecov - os: ubuntu-latest codecov-flag: GHA_Ubuntu - - os: macOS-latest + - os: macos-10.15 codecov-flag: GHA_macOS runs-on: ${{ matrix.os }}