From 85659c602a51449ab806ba47706c574a9ec03716 Mon Sep 17 00:00:00 2001 From: Gaston Thea Date: Mon, 28 Oct 2024 09:54:55 -0300 Subject: [PATCH] Restore yml --- .github/workflows/test_ios_ut_4.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test_ios_ut_4.yaml b/.github/workflows/test_ios_ut_4.yaml index 7f592c9c..6d83c355 100644 --- a/.github/workflows/test_ios_ut_4.yaml +++ b/.github/workflows/test_ios_ut_4.yaml @@ -8,7 +8,6 @@ on: branches: - master - development - - "*_baseline" jobs: build: @@ -18,7 +17,7 @@ jobs: - name: Select Xcode uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: 16.0.0 + xcode-version: 15.1.0 - name: Checkout uses: actions/checkout@v4