removed invalid workflow

This commit is contained in:
Javier Bullrich
2024-08-07 12:56:12 +02:00
parent 722657deda
commit 4b900d3081
-2
View File
@@ -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")