Skip to content

Commit

Permalink
Merge pull request #27770 from jaimergp/bump-macos-13
Browse files Browse the repository at this point in the history
Bump `vmImage` to `macos-13`
  • Loading branch information
isuruf authored Oct 4, 2024
2 parents 358c1d8 + 8a5e91a commit 09870fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
- job: osx
condition: not(eq(variables['Build.SourceBranch'], 'refs/heads/main'))
pool:
vmImage: macOS-12
vmImage: macOS-13
strategy:
matrix:
osx_64:
Expand Down

0 comments on commit 09870fe

Please sign in to comment.