diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f180120b4807..88d3601a6b6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -313,7 +313,7 @@ jobs: Win64: name: Win64.${{ matrix.compiler.compiler }}.${{ matrix.target }}.${{ matrix.btype }} - needs: Linux + needs: Linux-minimal runs-on: windows-latest strategy: fail-fast: true @@ -438,7 +438,7 @@ jobs: macOS: name: macOS.${{ matrix.compiler.compiler }}.${{ matrix.target }} - needs: Linux + needs: Linux-minimal runs-on: macos-latest strategy: fail-fast: true