From bbb0169e6da03726972d5beb980155a39eb5ca08 Mon Sep 17 00:00:00 2001 From: Timur Shafigullin Date: Tue, 12 May 2026 19:27:21 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20CI:=20macos-15,=20Xcode=2016.4,=20checkout?= =?UTF-8?q?@v4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a287e83..f573669 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,13 +18,13 @@ env: jobs: macOS: name: macOS - runs-on: macOS-13 + runs-on: macos-15 env: - DEVELOPER_DIR: /Applications/Xcode_15.1.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_16.4.app/Contents/Developer SWIFTLINT_VERSION: 0.52.2 DANGER_GITHUB_API_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Ruby uses: ruby/setup-ruby@v1 - name: Bundler @@ -49,7 +49,7 @@ jobs: container: image: swift:5.9 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install dependencies run: | apt-get update @@ -72,7 +72,7 @@ jobs: name: CocoaPods runs-on: macOS-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Ruby uses: ruby/setup-ruby@v1 - name: Bundler From 5e8151bf88ad42ba732c8952dd57c10dd3def21a Mon Sep 17 00:00:00 2001 From: Timur Shafigullin Date: Tue, 12 May 2026 19:40:52 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=D0=94=D0=B5=D0=BC=D0=BE-=D1=82=D0=B5=D1=81?= =?UTF-8?q?=D1=82=D1=8B:=20iPhone=2016=20/=20iOS=2018.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c95d27..d898cad 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ TEMPLATES_PATH=$(TEMPLATES_NAME) DEMO_PATH=Demo DEMO_WORKSPACE=FigmaGenDemo.xcworkspace DEMO_TEST_SCHEME=FigmaGenDemo -DEMO_TEST_DESTINATION=OS=17.2,name=iPhone 15 +DEMO_TEST_DESTINATION=OS=18.5,name=iPhone 16 DEMO_TEST_LOG_PATH=$(BUILD_PATH)/demo_test.json README_PATH=$(README_NAME)