From 714760d6362ab7c036fa2770ac7c61062305d06e Mon Sep 17 00:00:00 2001 From: Ian Saultz <52051793+atierian@users.noreply.github.com> Date: Wed, 18 Oct 2023 17:01:03 -0400 Subject: [PATCH] add runs-on --- .github/workflows/unit_test_split_flow.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/unit_test_split_flow.yml b/.github/workflows/unit_test_split_flow.yml index 08ef71eb0d..2a7c257386 100644 --- a/.github/workflows/unit_test_split_flow.yml +++ b/.github/workflows/unit_test_split_flow.yml @@ -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: @@ -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: @@ -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: @@ -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: