From 9d1700ac1b16184a16f13c5583f56ddebce58fa3 Mon Sep 17 00:00:00 2001 From: bio-boris Date: Tue, 25 Feb 2025 12:53:19 -0600 Subject: [PATCH] Update ubuntu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Ubuntu 20.04 runner image will be fully unsupported by April 1, 2025. To raise awareness of the upcoming removal, we will temporarily fail jobs using Ubuntu 20.04. Builds that are scheduled to run during the brownout periods will fail. The brownouts are scheduled for the following dates and times: March 4 14:00 UTC – 22:00 UTC March 11 13:00 UTC – 21:00 UTC March 18 13:00 UTC – 21:00 UTC March 25 13:00 UTC – 21:00 UTC What you need to do Jobs using the ubuntu-20.04 YAML workflow label should be updated to ubuntu-22.04, ubuntu-24.04 or ubuntu-latest. You can always get up-to-date information on our tools by reading about the software in the runner images repository. Please contact GitHub Support if you run into any problems or need help. --- .github/workflows/basic_sdk_functionality_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/basic_sdk_functionality_tests.yml b/.github/workflows/basic_sdk_functionality_tests.yml index b6797f0..37dd41e 100644 --- a/.github/workflows/basic_sdk_functionality_tests.yml +++ b/.github/workflows/basic_sdk_functionality_tests.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, ubuntu-latest] + os: [ubuntu-22.04, ubuntu-latest] language: [perl, python, java] test_type: [base] #, example] auth: [token, env_var]