From 16fc3ef60167a92923a2f442fb7a38be91fe1bd6 Mon Sep 17 00:00:00 2001 From: Michael Rittmeister Date: Thu, 30 May 2024 17:48:13 +0000 Subject: [PATCH] Fix ios ci Signed-off-by: GitHub --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e61f4e4..65c5753 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -250,6 +250,7 @@ jobs: runs-on: macos-14 if: startsWith(github.ref, 'refs/tags/') steps: + - uses: actions/checkout@v4 - uses: maxim-lobanov/setup-xcode@v1 with: xcode-version: '15.0' @@ -259,7 +260,6 @@ jobs: bundler-cache: true working-directory: 'app/ios' - run: brew install xcodesorg/made/xcodes - - uses: actions/checkout@v4 - uses: actions/setup-java@v4 with: distribution: 'oracle'