diff --git a/.github/workflows/__test-proxy.yml b/.github/workflows/__test-proxy.yml index b6831b7a0f..acce7dd877 100644 --- a/.github/workflows/__test-proxy.yml +++ b/.github/workflows/__test-proxy.yml @@ -30,7 +30,7 @@ jobs: - os: ubuntu-latest version: linked - os: ubuntu-latest - version: nightly-latest + version: stable name: Proxy test permissions: contents: read diff --git a/pr-checks/checks/test-proxy.yml b/pr-checks/checks/test-proxy.yml index 5574ae260e..9a881b8c45 100644 --- a/pr-checks/checks/test-proxy.yml +++ b/pr-checks/checks/test-proxy.yml @@ -1,6 +1,6 @@ name: "Proxy test" description: "Tests using a proxy specified by the https_proxy environment variable" -versions: ["linked", "nightly-latest"] +versions: ["linked", "stable"] operatingSystems: ["ubuntu"] container: image: ubuntu:22.04