Skip to content

Commit

Permalink
Bump Pinned Platform, XCode, and Simulator Versions (#1981)
Browse files Browse the repository at this point in the history
* bump the macos version being utilized to macos-15
* change xcode and simulator verison to align with the xcode that is installed on macos-15

Co-authored-by: Azure SDK Bot <[email protected]>
Co-authored-by: Luciano Almeida <[email protected]>
  • Loading branch information
3 people authored Feb 19, 2025
1 parent 6dc6cf4 commit 446a0d2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions eng/pipelines/templates/jobs/archetype-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,13 +153,13 @@ jobs:
brew install swiftlint
case "${{parameters.BuildScheme}}" in
all)
swiftlint lint --path . --quiet --reporter emoji
swiftlint lint --quiet --reporter emoji .
;;
sdk|examples)
swiftlint lint --path ${{parameters.BuildScheme}} --quiet --reporter emoji
swiftlint lint --quiet --reporter emoji ${{parameters.BuildScheme}}
;;
*)
swiftlint lint --path sdk/${{parameters.BuildScheme}} --quiet --reporter emoji
swiftlint lint --quiet --reporter emoji sdk/${{parameters.BuildScheme}}
;;
esac
displayName: 'Lint sources'
Expand Down
8 changes: 4 additions & 4 deletions eng/pipelines/templates/variables/globals.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variables:
OSVmImage: 'macOS-12'
OSVmImage: 'macOS-15'
DocWardenVersion: '0.7.1'
XcodeVersion: '13.3'
SimulatorVersion: '15.4'
SimulatorDevice: 'iPhone 12 Pro Max'
XcodeVersion: '16.2'
SimulatorVersion: '18.2'
SimulatorDevice: 'iPhone 16 Pro Max'
Package.EnableSBOMSigning: true
2 changes: 1 addition & 1 deletion eng/pipelines/templates/variables/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ variables:
- name: WINDOWSVMIMAGE
value: azsdk-pool-mms-win-2022-1espt
- name: MACVMIMAGE
value: macOS-12
value: macOS-15

# Values required for pool.os field in 1es pipeline templates
- name: LINUXOS
Expand Down

0 comments on commit 446a0d2

Please sign in to comment.