diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 260f6825..c7ff886d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -12,10 +12,10 @@ jobs: strategy: fail-fast: false matrix: - runs-on: [macos-10.15] + runs-on: [macos-latest] python-version: [3.7.12, 3.8.12, 3.9.10] include: - - runs-on: macos-10.15 + - runs-on: macos-latest c-compiler: "clang" cxx-compiler: "clang++" initial-dashboard-cache: "CMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.13" @@ -37,11 +37,6 @@ jobs: with: version: 1.10.0 - - name: Specific XCode version - if: matrix.runs-on == 'macos-10.15' - run: | - sudo xcode-select -s "/Applications/Xcode_11.7.app" - - name: Download dashboard script uses: actions/checkout@v3 with: