diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index d74bde0..65487f2 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -56,7 +56,7 @@ jobs: - if: steps.expected-to-fail.outcome != 'failure' run: echo "Step expected to fail didn't fail" && exit 1 setup-matrix-macos: - runs-on: macos-latest + runs-on: ubuntu-latest steps: - id: expected-to-fail uses: druzsan/setup-matrix@feature/use-python-dockerfile