From bdb756b665ea7b83ecfe0959634e5e571e81a718 Mon Sep 17 00:00:00 2001 From: Shin Yamamoto Date: Wed, 19 Jul 2023 16:20:12 +0900 Subject: [PATCH] ci: update the test matrix for iOS 16 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2860fae..11df76b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,10 +51,10 @@ jobs: fail-fast: false matrix: include: - - os: "16.1" - xcode: "14.1" + - os: "16.4" + xcode: "14.3.1" sim: "iPhone 14 Pro" - runsOn: macos-12 + runsOn: macos-13 - os: "15.5" xcode: "13.4.1" sim: "iPhone 13 Pro"