From 428096e5d29196b11f9f28920923c39a1c6f6a0e Mon Sep 17 00:00:00 2001 From: alex-osm Date: Wed, 1 May 2024 17:51:15 +0300 Subject: [PATCH] Update xcode-local-build.yml --- .github/workflows/xcode-local-build.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/xcode-local-build.yml b/.github/workflows/xcode-local-build.yml index e88a5008b7..bc137ec30d 100644 --- a/.github/workflows/xcode-local-build.yml +++ b/.github/workflows/xcode-local-build.yml @@ -41,49 +41,49 @@ jobs: - name: Checkout ios uses: actions/checkout@v4 with: - ref: refs/heads/master + ref: refs/heads/r4.7 repository: osmandapp/OsmAnd-iOS path: ios clean: false - name: Checkout android uses: actions/checkout@v4 with: - ref: refs/heads/master + ref: refs/heads/r4.7 repository: osmandapp/OsmAnd path: android clean: false - name: Checkout build uses: actions/checkout@v4 with: - ref: refs/heads/master + ref: refs/heads/r4.7 repository: osmandapp/OsmAnd-build path: build clean: false - name: Checkout core legacy uses: actions/checkout@v4 with: - ref: refs/heads/master + ref: refs/heads/r4.7 repository: osmandapp/OsmAnd-core-legacy path: core-legacy clean: false - name: Checkout core uses: actions/checkout@v4 with: - ref: refs/heads/master + ref: refs/heads/r4.7 repository: osmandapp/OsmAnd-core path: core clean: false - name: Checkout help uses: actions/checkout@v4 with: - ref: refs/heads/master + ref: refs/heads/r4.7 repository: osmandapp/osmandapp.github.io path: help clean: false - name: Checkout resources uses: actions/checkout@v4 with: - ref: refs/heads/master + ref: refs/heads/r4.7 repository: osmandapp/OsmAnd-resources path: resources clean: false