Skip to content

Commit 6a24f77

Browse files
committed
Bump to macos-14 image (#174)
(cherry picked from commit fa184f1)
1 parent 07d1c96 commit 6a24f77

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

cpython.proj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
IgnoreExitCode="true"
2323
Condition="!Exists('$(HomebrewDir)\Library\Taps\homebrew\homebrew-core\LICENSE.txt')" />
2424
<Exec WorkingDirectory="$(HomebrewDir)"
25-
Command="bin/brew fetch --force --os ventura --arch all openssl@1.1"
25+
Command="bin/brew fetch --force --os sonoma --arch all openssl@1.1"
2626
IgnoreStandardErrorWarningFormat="true"
2727
Condition="!Exists('$(OpenSSLX64Dir)/LICENSE')" />
2828
<Exec WorkingDirectory="$(HomebrewDir)"
29-
Command="bin/brew fetch --force --os ventura --arch all libb2"
29+
Command="bin/brew fetch --force --os sonoma --arch all libb2"
3030
IgnoreStandardErrorWarningFormat="true"
3131
Condition="!Exists('$(OpenSSLX64Dir)/LICENSE')" />
3232
<Exec WorkingDirectory="$(HomebrewDir)"
33-
Command="bin/brew --cache --bottle-tag=ventura openssl@1.1"
33+
Command="bin/brew --cache --bottle-tag=sonoma openssl@1.1"
3434
IgnoreStandardErrorWarningFormat="true"
3535
ConsoleToMsBuild="true"
3636
Condition="!Exists('$(OpenSSLX64Dir)/LICENSE')" >
@@ -41,7 +41,7 @@
4141
IgnoreStandardErrorWarningFormat="true"
4242
Condition="!Exists('$(OpenSSLX64Dir)/LICENSE')" />
4343
<Exec WorkingDirectory="$(HomebrewDir)"
44-
Command="bin/brew --cache --bottle-tag=arm64_ventura openssl@1.1"
44+
Command="bin/brew --cache --bottle-tag=arm64_sonoma openssl@1.1"
4545
IgnoreStandardErrorWarningFormat="true"
4646
ConsoleToMsBuild="true"
4747
Condition="!Exists('$(OpenSSLARM64Dir)/LICENSE')" >
@@ -52,7 +52,7 @@
5252
IgnoreStandardErrorWarningFormat="true"
5353
Condition="!Exists('$(OpenSSLARM64Dir)/LICENSE')" />
5454
<Exec WorkingDirectory="$(HomebrewDir)"
55-
Command="bin/brew --cache --bottle-tag=ventura libb2"
55+
Command="bin/brew --cache --bottle-tag=sonoma libb2"
5656
IgnoreStandardErrorWarningFormat="true"
5757
ConsoleToMsBuild="true"
5858
Condition="!Exists('$(Libb2X64Dir)\lib')" >
@@ -63,7 +63,7 @@
6363
IgnoreStandardErrorWarningFormat="true"
6464
Condition="!Exists('$(Libb2X64Dir)\lib')" />
6565
<Exec WorkingDirectory="$(HomebrewDir)"
66-
Command="bin/brew --cache --bottle-tag=arm64_ventura libb2"
66+
Command="bin/brew --cache --bottle-tag=arm64_sonoma libb2"
6767
IgnoreStandardErrorWarningFormat="true"
6868
ConsoleToMsBuild="true"
6969
Condition="!Exists('$(Libb2ARM64Dir)\lib')" >

eng/azure-pipelines-public.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ stages:
4141
assetManifestPlatform: arm64
4242
archflag: --arch arm64
4343
pool:
44-
vmImage: macos-13 # when bumping this also change the brew tags in cpython.proj
44+
vmImage: macos-14 # when bumping this also change the brew tags in cpython.proj
4545
steps:
4646
- script: |
4747
git clean -ffdx

eng/azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ extends:
5252
timeoutInMinutes: 120
5353
pool:
5454
name: Azure Pipelines
55-
image: macos-13 # when bumping this also change the brew tags in cpython.proj
55+
image: macos-14 # when bumping this also change the brew tags in cpython.proj
5656
os: macOS
5757
steps:
5858
- script: |
@@ -83,7 +83,7 @@ extends:
8383
timeoutInMinutes: 120
8484
pool:
8585
name: Azure Pipelines
86-
image: macos-13 # when bumping this also change the brew tags in cpython.proj
86+
image: macos-14 # when bumping this also change the brew tags in cpython.proj
8787
os: macOS
8888
steps:
8989
- script: |

0 commit comments

Comments
 (0)