Skip to content

Commit 8f82f8b

Browse files
[release/9.0.1xx] [CI] Use macOS Sequoia for building and testing (#22072)
Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
1 parent f58e30a commit 8f82f8b

File tree

6 files changed

+20
-5
lines changed

6 files changed

+20
-5
lines changed

tests/introspection/ApiProtocolTest.cs

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,11 @@ protected virtual bool Skip (Type type, string protocolName)
210210
case "ASAuthorizationPublicKeyCredentialLargeBlobAssertionInput":
211211
case "ASAuthorizationPublicKeyCredentialLargeBlobAssertionOutput":
212212
case "ASAuthorizationPublicKeyCredentialLargeBlobRegistrationInput":
213+
case "SCContentFilter":
214+
case "SCDisplay":
215+
case "SCRunningApplication":
216+
case "SCWindow":
217+
case "SCStreamConfiguration":
213218
return true;
214219
}
215220
break;
@@ -426,6 +431,11 @@ protected virtual bool Skip (Type type, string protocolName)
426431
case "UIHoverGestureRecognizer":
427432
// Xcode 16.2 Conformance not in headers
428433
case "SCSensitivityAnalysis":
434+
case "SCContentFilter":
435+
case "SCDisplay":
436+
case "SCRunningApplication":
437+
case "SCWindow":
438+
case "SCStreamConfiguration":
429439
return true;
430440
}
431441
break;
@@ -645,6 +655,11 @@ protected virtual bool Skip (Type type, string protocolName)
645655
return true;
646656
// Xcode 16.2 Conformance not in headers
647657
case "SCSensitivityAnalysis":
658+
case "SCContentFilter":
659+
case "SCDisplay":
660+
case "SCRunningApplication":
661+
case "SCWindow":
662+
case "SCStreamConfiguration":
648663
return true;
649664
}
650665
break;

tools/devops/automation/build-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ parameters:
1414
- name: macOSName # comes from the build agent demand named macOS.Name
1515
displayName: Name of the version of macOS to use
1616
type: string
17-
default: 'Sonoma'
17+
default: 'Sequoia'
1818

1919
- name: pool
2020
type: string

tools/devops/automation/build-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ parameters:
1515
- name: macOSName # comes from the build agent demand named macOS.Name
1616
displayName: Name of the version of macOS to use
1717
type: string
18-
default: 'Sonoma'
18+
default: 'Sequoia'
1919

2020
- name: pool
2121
type: string

tools/devops/automation/templates/pipelines/api-diff-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ parameters:
1111
- name: macOSName # comes from the build agent demand named macOS.Name
1212
displayName: Name of the version of macOS to use
1313
type: string
14-
default: 'Sonoma'
14+
default: 'Sequoia'
1515

1616
- name: pool
1717
type: string

tools/devops/automation/templates/pipelines/build-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ parameters:
1111
- name: macOSName # comes from the build agent demand named macOS.Name
1212
displayName: Name of the version of macOS to use
1313
type: string
14-
default: 'Sonoma'
14+
default: 'Sequoia'
1515

1616
- name: pool
1717
type: string

tools/devops/automation/templates/pipelines/run-tests-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ parameters:
1414
- name: macOSName # comes from the build agent demand named macOS.Name
1515
displayName: Name of the version of macOS to use
1616
type: string
17-
default: 'Sonoma'
17+
default: 'Sequoia'
1818

1919
- name: pool
2020
type: string

0 commit comments

Comments
 (0)