Skip to content

Commit

Permalink
Update pipeline to run on macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
mialeska committed May 13, 2024
1 parent 194a835 commit 771453c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-with-allure-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 771453c

Please sign in to comment.