From 64458e0c89e15febe413037ff3df164ca4454814 Mon Sep 17 00:00:00 2001 From: "Fotis Koutoulakis (@NlightNFotis)" Date: Tue, 3 Dec 2024 16:22:44 +0000 Subject: [PATCH] ci: move to stable because running gh fails on container --- .github/workflows/__test-proxy.yml | 2 +- pr-checks/checks/test-proxy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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