From a85410a2b49151e49d4910ffc1d1af0a1a9c8bae Mon Sep 17 00:00:00 2001 From: ilhan007 Date: Wed, 22 Nov 2023 22:58:20 +0200 Subject: [PATCH] chore: test changing runner image to macos --- .github/workflows/ci-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test.yaml b/.github/workflows/ci-test.yaml index 970babbd46e8..bb6cc3262410 100644 --- a/.github/workflows/ci-test.yaml +++ b/.github/workflows/ci-test.yaml @@ -7,7 +7,7 @@ on: - 'main' jobs: check: - runs-on: ubuntu-latest + runs-on: macos-latest strategy: matrix: suite: ['base', 'main:suite-1', 'main:suite-2', 'fiori']