From 6201a1f6fbc09b729d1c39dbba4c1ce5f546ce06 Mon Sep 17 00:00:00 2001 From: Ruslan Skorb Date: Sat, 6 Apr 2024 14:50:21 +0300 Subject: [PATCH] [.github] [workflows] [main.yml] [jobs] [iOS] [env] [DEVELOPER_DIR] Use `Xcode_15.1.app` instead of `Xcode_15.2.app`. https://github.com/actions/runner-images/issues/9577 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c37a212..84b9834 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: iOS: runs-on: macos-13 env: - DEVELOPER_DIR: '/Applications/Xcode_15.2.app/Contents/Developer' + DEVELOPER_DIR: '/Applications/Xcode_15.1.app/Contents/Developer' steps: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1