From 18e3611e543694d508e5956cda3f10324c401916 Mon Sep 17 00:00:00 2001 From: Econa77 Date: Sun, 2 Oct 2022 14:53:32 +0900 Subject: [PATCH 1/2] [CI] Add Xcode14 and Swift 5.7 --- .github/workflows/ci.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f8a188..431dc0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: macos-12 name: CocoaPods Lint env: - DEVELOPER_DIR: "/Applications/Xcode_13.4.1.app/Contents/Developer" + DEVELOPER_DIR: "/Applications/Xcode_14.0.1.app/Contents/Developer" steps: - uses: actions/checkout@v2 - run: pod lib lint --allow-warnings @@ -24,6 +24,9 @@ jobs: fail-fast: false matrix: include: + - xcode: "Xcode_14.0.1" + runsOn: macOS-12 + name: "macOS 12, Xcode 14.0.1, Swift 5.7" - xcode: "Xcode_13.4.1" runsOn: macOS-12 name: "macOS 12, Xcode 13.4.1, Swift 5.6.1" @@ -56,6 +59,10 @@ jobs: fail-fast: false matrix: include: + - xcode: "Xcode_14.0.1" + runsOn: macOS-12 + name: "macOS 12, Xcode 14.0.1, Swift 5.7" + action: swift test -c debug - xcode: "Xcode_13.4.1" runsOn: macOS-12 name: "macOS 12, Xcode 13.4.1, Swift 5.6.1" From 77fb3c5ec7ded310399a933da0521a153f03b36b Mon Sep 17 00:00:00 2001 From: Econa77 Date: Sun, 2 Oct 2022 15:08:18 +0900 Subject: [PATCH 2/2] [CI] Revert CocoaPods Lint execution to Xcode13.4.1 https://github.com/CocoaPods/CocoaPods/issues/11558 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 431dc0a..9a0800f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: macos-12 name: CocoaPods Lint env: - DEVELOPER_DIR: "/Applications/Xcode_14.0.1.app/Contents/Developer" + DEVELOPER_DIR: "/Applications/Xcode_13.4.1.app/Contents/Developer" steps: - uses: actions/checkout@v2 - run: pod lib lint --allow-warnings