From 33a5d9b1aed832ffc3710fb7fcb7bdc7ae786d77 Mon Sep 17 00:00:00 2001 From: sirknightj Date: Wed, 28 May 2025 12:36:20 -0700 Subject: [PATCH] Update CI to latest iOS 18.0 -> iOS 18.4 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a128f53..59f4b32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: {mac_ver: "13", xc_ver: "15.2", os: "17.2", iphone_ver: "14"}, {mac_ver: "14", xc_ver: "15.4", os: "17.5", iphone_ver: "15"}, {mac_ver: "15", xc_ver: "15.4", os: "17.5", iphone_ver: "15 Pro"}, - {mac_ver: "15", xc_ver: "16.0", os: "18.0", iphone_ver: "16"} + {mac_ver: "15", xc_ver: "16.3", os: "18.4", iphone_ver: "16"} ] fail-fast: false runs-on: macos-${{ matrix.config.mac_ver }} @@ -49,7 +49,7 @@ jobs: {mac_ver: "13", xc_ver: "15.2", os: "17.2", iphone_ver: "14"}, {mac_ver: "14", xc_ver: "15.4", os: "17.5", iphone_ver: "15"}, {mac_ver: "15", xc_ver: "15.4", os: "17.5", iphone_ver: "15 Pro"}, - {mac_ver: "15", xc_ver: "16.0", os: "18.0", iphone_ver: "16"} + {mac_ver: "15", xc_ver: "16.3", os: "18.4", iphone_ver: "16"} ] fail-fast: false runs-on: macos-${{ matrix.config.mac_ver }}