diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1809d3c..2bef22c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,8 +70,6 @@ jobs: matrix: os: [ubuntu-latest, macos-latest] steps: - - run: echo "Running on ${{ matrix.os }}. Is it MACOS? $MACOS" - if: ${{ matrix.os == "macos-latest" }} - uses: actions/checkout@v4 - run: brew install docker if: contains("${{ matrix.os }}", "macos")