From 84db6c974d99ec045daa6a9c19050ee53332e4fb Mon Sep 17 00:00:00 2001 From: Mykola Mokhnach Date: Sun, 19 Apr 2026 15:29:51 +0200 Subject: [PATCH] ci: Bump ios version --- .github/workflows/functional-test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/functional-test.yml b/.github/workflows/functional-test.yml index 4f1aa7686..d7647d57a 100644 --- a/.github/workflows/functional-test.yml +++ b/.github/workflows/functional-test.yml @@ -12,18 +12,18 @@ jobs: fail-fast: false matrix: test_targets: - - HOST_OS: 'macos-15' - XCODE_VERSION: '26.1' - IOS_VERSION: '26.1' - IOS_MODEL: iPhone 17 + - HOST_OS: 'macos-26' + XCODE_VERSION: '26.4' + IOS_VERSION: '26.4' + IOS_MODEL: 'iPhone 17' - HOST_OS: 'macos-15' XCODE_VERSION: '16.4' IOS_VERSION: '18.4' - IOS_MODEL: iPhone 16 Plus + IOS_MODEL: 'iPhone 16 Plus' - HOST_OS: 'macos-14' XCODE_VERSION: '15.4' IOS_VERSION: '17.5' - IOS_MODEL: iPhone 15 Plus + IOS_MODEL: 'iPhone 15 Plus' # https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md runs-on: ${{matrix.test_targets.HOST_OS}}