Skip to content

Commit

Permalink
Change x86-64 macOS version in Azure build to 'macOS-latest'
Browse files Browse the repository at this point in the history
Signed-off-by: KONNO Kazuhiro <[email protected]>
  • Loading branch information
knn-k committed Jul 21, 2023
1 parent 605ec7c commit cdae69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
- job:
displayName: 'x86-64 macOS'
pool:
vmImage: 'macOS-11'
vmImage: 'macOS-latest'
variables:
CCACHE_DIR: $(Pipeline.Workspace)/ccache
steps:
Expand Down

0 comments on commit cdae69a

Please sign in to comment.