From ad3d5225c24c3c60515b03a56270ecafbecb7f2e Mon Sep 17 00:00:00 2001 From: Paul Higinbotham Date: Tue, 2 Nov 2021 09:59:50 -0700 Subject: [PATCH] Fix test image --- .ci/ci_auto.yml | 2 +- .ci/ci_release.yml | 2 +- .ci/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci/ci_auto.yml b/.ci/ci_auto.yml index 6b1c3bf81..ae0720d8c 100644 --- a/.ci/ci_auto.yml +++ b/.ci/ci_auto.yml @@ -330,4 +330,4 @@ stages: parameters: jobName: TestPkgWinMacOS displayName: PowerShell Core on macOS - imageName: macOS-10.14 + imageName: macOS-latest diff --git a/.ci/ci_release.yml b/.ci/ci_release.yml index 6fe9586d1..640365732 100644 --- a/.ci/ci_release.yml +++ b/.ci/ci_release.yml @@ -334,7 +334,7 @@ stages: parameters: jobName: TestPkgWinMacOS displayName: PowerShell Core on macOS - imageName: macOS-10.14 + imageName: macOS-latest - stage: Release displayName: Publish Package to PSGallery diff --git a/.ci/test.yml b/.ci/test.yml index 1879fc37a..aa141662c 100644 --- a/.ci/test.yml +++ b/.ci/test.yml @@ -1,6 +1,6 @@ parameters: jobName: TestPkgWin - imageName: windows-2019 + imageName: windows-latest displayName: PowerShell Core on Windows powershellExecutable: pwsh