From 833312d377eacf137f9eceff87b0fc19c529e79a Mon Sep 17 00:00:00 2001 From: Bart Koelman <10324372+bkoelman@users.noreply.github.com> Date: Wed, 9 Nov 2022 00:53:09 +0100 Subject: [PATCH] Run cibuild on Ubuntu 20.04 LTS instead of 18.04.4 LTS --- Build.ps1 | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Build.ps1 b/Build.ps1 index d8be7da5e6..ed1363f626 100644 --- a/Build.ps1 +++ b/Build.ps1 @@ -105,7 +105,7 @@ dotnet build -c Release CheckLastExitCode # https://youtrack.jetbrains.com/issue/RSRP-488628/Breaking-InspectCode-fails-with-Roslyn-Worker-process-exited-unexpectedly-after-update -if ($env:APPVEYOR_BUILD_WORKER_IMAGE -ne 'Ubuntu') { +if ($IsWindows) { RunInspectCode RunCleanupCode } diff --git a/appveyor.yml b/appveyor.yml index 61feec2ab8..79a41d39c2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ image: - - Ubuntu + - Ubuntu2004 - Visual Studio 2022 version: '{build}'