From 911d20a865c930e423ae9bc9c988b206c3176331 Mon Sep 17 00:00:00 2001 From: Victor Socaciu Date: Wed, 6 Dec 2023 19:27:43 +0400 Subject: [PATCH] Update unit_test.yml --- .github/workflows/unit_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit_test.yml b/.github/workflows/unit_test.yml index e934b7b..871aedc 100644 --- a/.github/workflows/unit_test.yml +++ b/.github/workflows/unit_test.yml @@ -1,4 +1,4 @@ -name: iOS starter workflow +name: Unit Tests on: push: @@ -14,7 +14,7 @@ env: jobs: build: - name: Build and Test default scheme using any available iPhone simulator + name: Build and Test runs-on: macos-13 steps: