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