Skip to content

Commit

Permalink
[CI] Use macOS Sequoia for building and testing (#22028)
Browse files Browse the repository at this point in the history
  • Loading branch information
dalexsoto authored Jan 28, 2025
1 parent 695ef24 commit 208f61a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tools/devops/automation/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ parameters:
- name: macOSName # comes from the build agent demand named macOS.Name
displayName: Name of the version of macOS to use
type: string
default: 'Sonoma'
default: 'Sequoia'

- name: runGovernanceTests
displayName: Run Governance Checks
Expand Down
2 changes: 1 addition & 1 deletion tools/devops/automation/build-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ parameters:
- name: macOSName # comes from the build agent demand named macOS.Name
displayName: Name of the version of macOS to use
type: string
default: 'Sonoma'
default: 'Sequoia'

- name: runGovernanceTests
displayName: Run Governance Checks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ parameters:
- name: macOSName # comes from the build agent demand named macOS.Name
displayName: Name of the version of macOS to use
type: string
default: 'Sonoma'
default: 'Sequoia'

- name: pool
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ parameters:
- name: macOSName # comes from the build agent demand named macOS.Name
displayName: Name of the version of macOS to use
type: string
default: 'Sonoma'
default: 'Sequoia'

- name: pool
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ parameters:
- name: macOSName # comes from the build agent demand named macOS.Name
displayName: Name of the version of macOS to use
type: string
default: 'Sonoma'
default: 'Sequoia'

- name: runTests
displayName: Run Simulator Tests
Expand Down

0 comments on commit 208f61a

Please sign in to comment.