update macos image from 11 to latest (#5721)

This commit is contained in:
Wes Haggard 2024-06-21 08:14:56 -07:00 committed by GitHub
parent 3102b7847b
commit 572c2ae27a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
"include": [
{
"StaticConfigs": {
"macOS-14": {
"macos-latest": {
"Pool": "env:MACPOOL",
"OSVmImage": "env:MACVMIMAGE",
"VCPKG_DEFAULT_TRIPLET": "x64-osx",

View File

@ -5,9 +5,9 @@
"include": [
{
"OSConfiguration": {
"macOS-14": {
"macos-latest": {
"OSVmImage": "env:MACVMIMAGE",
"XCODE_VERSION": "15.0.1"
"XCODE_VERSION": "14.2"
}
},
"StaticConfigs": {

View File

@ -21,7 +21,7 @@ variables:
- name: WINDOWSPREVIOUSVMIMAGE
value: azsdk-pool-mms-win-2019-1espt
- name: MACVMIMAGE
value: macOS-14
value: macos-latest
# Values required for pool.os field in 1es pipeline templates
- name: LINUXOS