diff --git a/.github/AL-Go-Settings.json b/.github/AL-Go-Settings.json index 0b177ae..c322fbb 100644 --- a/.github/AL-Go-Settings.json +++ b/.github/AL-Go-Settings.json @@ -2,6 +2,7 @@ "type": "PTE", "templateUrl": "https://github.com/microsoft/AL-Go-PTE@preview", "templateSha": "c62bf167f8c516d997bed1ed600a9d03d5093ad5", + "runs-on": "ubuntu-latest", "DeployToQA": { "ContinuousDeployment": false, "DependencyInstallMode": "Ignore", diff --git a/AppWithDependencies/.AL-Go/settings.json b/AppWithDependencies/.AL-Go/settings.json index 545a322..170b95a 100644 --- a/AppWithDependencies/.AL-Go/settings.json +++ b/AppWithDependencies/.AL-Go/settings.json @@ -9,7 +9,6 @@ "skipUpgrade": true, "doNotRunTests": true, "artifact":"https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.1.25873.26319/us", - "runs-on": "ubuntu-latest", "githubRunner": "freddyk", "githubRunnerShell": "pwsh" } diff --git a/AppWithTests/.AL-Go/settings.json b/AppWithTests/.AL-Go/settings.json index a7b1871..566c006 100644 --- a/AppWithTests/.AL-Go/settings.json +++ b/AppWithTests/.AL-Go/settings.json @@ -7,7 +7,6 @@ "repoVersion": "1.0", "artifact": "https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/24.5.23489.26452/us", "restoreDatabases": [ "BeforePageScriptingTests" ], - "runs-on": "windows-latest", "githubRunner": "windows-latest", "githubRunnerShell": "pwsh" }