Skip to content

Commit

Permalink
ci: run with Xcode 16.1.0 (#950)
Browse files Browse the repository at this point in the history
* ci: run with Xcode 16.1.0 as well

* Update functional-test.yml

* use maco 13 for xcode 14.3.1
  • Loading branch information
KazuCocoa authored Nov 23, 2024
1 parent 2e9be57 commit 5b4af69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/functional-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 5b4af69

Please sign in to comment.