From 17deb0f53ee27af6c804674dafc8c39d552e5b44 Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Fri, 1 May 2026 11:47:12 +0400 Subject: [PATCH] chore: update `ci.yml` --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be6ca36..dc2c398 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: matrix: include: # iOS - - { platform: iOS, name: "iOS 26.0, Xcode 26.0, Swift 6.2.0", xcode: "Xcode_26.0.1", runsOn: macOS-26, destination: "OS=26.0.1,name=iPhone 17 Pro" } + - { platform: iOS, name: "iOS 26.0", xcode: "Xcode_26.1.1", runsOn: macOS-26, destination: "OS=26.1,name=iPhone 17 Pro" } - { platform: iOS, name: "iOS 18.1", xcode: "Xcode_16.1", runsOn: macOS-14, destination: "OS=18.1,name=iPhone 16 Pro" } - { platform: iOS, name: "iOS 17.4", xcode: "Xcode_15.3", runsOn: macOS-14, destination: "OS=17.4,name=iPhone 15 Pro" } steps: diff --git a/README.md b/README.md index 1498a05..d822d27 100644 --- a/README.md +++ b/README.md @@ -296,7 +296,7 @@ We love contributions! Please feel free to help out with this project. If you se Bootstrap the development environment: ```bash -make install +mise install ``` ## Author