From 771453c1f66dbe7e3d9e0f91108b60947733d5b5 Mon Sep 17 00:00:00 2001 From: Aliaksej Mialeshka Date: Mon, 13 May 2024 18:46:17 +0200 Subject: [PATCH] Update pipeline to run on macos-12 --- .github/workflows/test-with-allure-report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-with-allure-report.yml b/.github/workflows/test-with-allure-report.yml index 7baca45..a275b3e 100644 --- a/.github/workflows/test-with-allure-report.yml +++ b/.github/workflows/test-with-allure-report.yml @@ -35,7 +35,7 @@ jobs: concurrency: test-android-${{ github.event.inputs.environment == '' && 'stage' || github.event.inputs.environment }} name: Run tests against Android - runs-on: macos-latest + runs-on: macos-12 outputs: maven_tests: ${{ steps.maven_tests.outcome }} steps: @@ -84,7 +84,7 @@ jobs: concurrency: test-ios-${{ github.event.inputs.environment == '' && 'stage' || github.event.inputs.environment }} name: Run tests against iOS - runs-on: macos-latest + runs-on: macos-12 outputs: maven_tests: ${{ steps.maven_tests.outcome }} steps: