diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 89887d258..eca3f55cf 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -1,6 +1,6 @@ # https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml variables: - MIN_VM_IMAGE: macOS-14 + MIN_VM_IMAGE: macOS-13 MIN_XCODE_VERSION: 14.3.1 MIN_PLATFORM_VERSION: 16.4 MIN_TV_PLATFORM_VERSION: 16.4 diff --git a/.github/workflows/functional-test.yml b/.github/workflows/functional-test.yml index 61b23bdd2..b8c9855aa 100644 --- a/.github/workflows/functional-test.yml +++ b/.github/workflows/functional-test.yml @@ -13,8 +13,8 @@ jobs: matrix: test_targets: - HOST_OS: 'macos-15' - XCODE_VERSION: '16.0.0' - IOS_VERSION: '18.0' + XCODE_VERSION: '16.1.0' + IOS_VERSION: '18.1' IOS_MODEL: iPhone 16 Plus - HOST_OS: 'macos-14' XCODE_VERSION: '15.3'