From 124051ae2ca219a98e4049cea5e3185726c453d5 Mon Sep 17 00:00:00 2001 From: Sladan Nimcevic Date: Wed, 17 Jan 2024 15:22:43 +0100 Subject: [PATCH] Updated macos and xcode to previous version --- .github/workflows/ios-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ios-publish.yml b/.github/workflows/ios-publish.yml index b96920c..e5866b2 100644 --- a/.github/workflows/ios-publish.yml +++ b/.github/workflows/ios-publish.yml @@ -18,7 +18,7 @@ permissions: jobs: publish: - runs-on: macos-13 + runs-on: macos-12 steps: - uses: actions/checkout@v3 @@ -30,7 +30,7 @@ jobs: cache: 'gradle' - uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '15.1.0' + xcode-version: '14.0' - name: Cache Konan id: cache-konan uses: actions/cache@v3