Skip to content

Commit

Permalink
azure vm image to latest macos
Browse files Browse the repository at this point in the history
  • Loading branch information
hey24sheep committed Dec 24, 2020
1 parent c870ed3 commit 46108f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ variables:
jobs:
- job: Android
pool:
vmImage: 'macOS-10.13'
vmImage: 'macOS-latest'
steps:
- task: FlutterInstall@0
- task: FlutterBuild@0
Expand Down
2 changes: 1 addition & 1 deletion vss-extension.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifestVersion": 1,
"id": "flutter",
"version": "0.2.47",
"version": "0.2.48",
"name": "Flutter Tasks",
"description": "Flutter extension for Azure DevOps. Active-Updated Fork of aloisdeniel/vsts-flutter-tasks",
"publisher": "hey24sheep",
Expand Down

0 comments on commit 46108f9

Please sign in to comment.