Skip to content

Commit

Permalink
Try moving back to macOS-latest (#3262)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwateratmsft authored Oct 13, 2021
1 parent 2cf66b7 commit 6222a8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- job: macOS
pool:
vmImage: macOS-10.14
vmImage: macOS-latest
steps:
- template: common/setup.yml
- template: common/governance.yml # Force governance before test to avoid false-positives.
Expand Down
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"eamodio.tsl-problem-matcher"
"amodio.tsl-problem-matcher"
]
}

0 comments on commit 6222a8f

Please sign in to comment.