diff --git a/.github/AL-Go-Settings.json b/.github/AL-Go-Settings.json index f740ce58e2..09a57b3c5a 100644 --- a/.github/AL-Go-Settings.json +++ b/.github/AL-Go-Settings.json @@ -2,7 +2,8 @@ "type": "PTE", "templateUrl": "https://github.com/microsoft/AL-Go-PTE@preview", "bcContainerHelperVersion": "preview", - "runs-on": "windows-latest", + "runs-on": "ubuntu-latest", + "githubRunner": "ubuntu-latest", "cacheImageName": "", "UsePsSession": false, "artifact": "bcinsider//23.2.13750.0/base", diff --git a/Build/projects/1st Party Apps (W1)/.AL-Go/settings.json b/Build/projects/1st Party Apps (W1)/.AL-Go/settings.json index 9fb2da9a29..9c8f9c0b36 100644 --- a/Build/projects/1st Party Apps (W1)/.AL-Go/settings.json +++ b/Build/projects/1st Party Apps (W1)/.AL-Go/settings.json @@ -14,7 +14,5 @@ "doNotRunTests": true, "useCompilerFolder": true, "doNotPublishApps": true, - "artifact": "bcinsider//23.2.13750.0/W1", - "runs-on": "ubuntu-latest", - "githubRunner": "ubuntu-latest" + "artifact": "bcinsider//23.2.13750.0/W1" }