From 5ffd5e8ff353d172a685792c8c213ad846ca8271 Mon Sep 17 00:00:00 2001 From: Shin Yamamoto Date: Sat, 18 Nov 2023 11:22:39 +0900 Subject: [PATCH] ci: support xcode 15.0.1 --- .github/workflows/ci.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5158b73..a9d9e5bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,8 +18,11 @@ jobs: fail-fast: false matrix: include: + - swift: "5.9" + xcode: "15.0.1" + runsOn: macos-13 - swift: "5.8" - xcode: "14.3" + xcode: "14.3.1" runsOn: macos-13 - swift: "5.7" xcode: "14.1" @@ -52,6 +55,11 @@ jobs: fail-fast: false matrix: include: + - os: "17.0" + xcode: "15.0.1" + sim: "iPhone 15 Pro" + parallel: NO # Stop random test job failures + runsOn: macos-13 - os: "16.4" xcode: "14.3.1" sim: "iPhone 14 Pro"