Skip to content

Commit

Permalink
Update CI Pool Image
Browse files Browse the repository at this point in the history
Signed-off-by: Brett Logan <lindluni@github.com>
  • Loading branch information
lindluni authored and denyeart committed Aug 17, 2021
1 parent a01d0ae commit 916d684
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions ci/azure-pipelines-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ stages:
strategy:
matrix:
Linux:
IMAGE: ubuntu-20.04
IMAGE: ubuntu-latest
TARGET: linux
Mac:
IMAGE: macOS-10.15
IMAGE: macOS-latest
TARGET: darwin
Windows:
IMAGE: windows-2019
IMAGE: windows-latest
TARGET: windows
pool:
vmImage: $(IMAGE)
Expand All @@ -51,7 +51,7 @@ stages:
jobs:
- job: Docker
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-latest
steps:
- template: install_deps.yml
- checkout: self
Expand All @@ -71,7 +71,7 @@ stages:
jobs:
- job: Release
pool:
vmImage: ubuntu-20.04
vmImage: ubuntu-latest
steps:
- download: current
patterns: '*.tar.gz'
Expand Down
6 changes: 3 additions & 3 deletions ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ variables:
jobs:
- job: VerifyBuild
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-latest
steps:
- template: install_deps.yml
- checkout: self
Expand All @@ -27,7 +27,7 @@ jobs:

- job: FVTTests
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-latest
steps:
- template: install_deps.yml
- checkout: self
Expand All @@ -38,7 +38,7 @@ jobs:

- job: DocBuild
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-latest
container:
image: n42org/tox:3.4.0
steps:
Expand Down

0 comments on commit 916d684

Please sign in to comment.