Skip to content

Commit

Permalink
add runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
atierian committed Oct 18, 2023
1 parent 3156ac7 commit 714760d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unit_test_split_flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ jobs:
disable_package_resolution: ${{ steps.cache-packages.outputs.cache-hit }}

unit-tests-with-coverage-ios:
runs-on: macos-13
name: ${{ matrix.scheme }} Unit Tests
needs: build-for-testing-ios
strategy:
Expand Down Expand Up @@ -243,6 +244,7 @@ jobs:
generate_coverage: true

unit-tests-with-coverage-macos:
runs-on: macos-13
name: ${{ matrix.scheme }} Unit Tests
needs: build-for-testing-macos
strategy:
Expand Down Expand Up @@ -272,6 +274,7 @@ jobs:
generate_coverage: true

unit-tests-with-coverage-tvos:
runs-on: macos-13
name: ${{ matrix.scheme }} Unit Tests
needs: build-for-testing-tvos
strategy:
Expand Down Expand Up @@ -301,6 +304,7 @@ jobs:
generate_coverage: true

unit-tests-with-coverage-watchos:
runs-on: macos-13
name: ${{ matrix.scheme }} Unit Tests
needs: build-for-testing-watchos
strategy:
Expand Down

0 comments on commit 714760d

Please sign in to comment.