From f0597c8fab5ca71884756c77386ef96391f36c83 Mon Sep 17 00:00:00 2001 From: Alexander Druz Date: Fri, 9 Feb 2024 11:33:12 +0100 Subject: [PATCH] Force job to fail --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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