From 85b114cdfd05dda60b9134f3381dd122e8436b04 Mon Sep 17 00:00:00 2001 From: JJTech Date: Thu, 1 Sep 2022 17:59:50 -0400 Subject: [PATCH] Bump minimum Xcode version to Xcode 14 (#64) * Remove Xcode 13 from the build matrix * Bump minimum Xcode version to Xcode 14 Signed-off-by: JJTech --- .github/workflows/build.yml | 6 +----- README.md | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3707c141..f21d2b1f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,11 +15,7 @@ jobs: include: - os: 'macos-12' version: '14.0-beta' - - os: 'macos-12' - version: '13.4.1' - - os: 'macos-11' - version: '13.2.1' - + runs-on: ${{ matrix.os }} steps: - name: Checkout code diff --git a/README.md b/README.md index 7d5f982d..b3024af1 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The goal of this project is to allow easy and a mostly computerless experience t ## Requirements -- Xcode 11 +- Xcode 14 - iOS 12.2+ (SideStore) - macOS 10.14.4+ (TBD) - Swift 5+