From de0dfb556328e9975ab8990c6c92be3cfb282113 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Thu, 6 Mar 2025 10:23:10 -0500 Subject: [PATCH] Updating workflows to use Ubuntu-24.04 & avoid EOL --- .github/workflows/callable-flex-cleanup.yml | 2 +- .github/workflows/callable-flex-update-archived.yml | 2 +- .github/workflows/callable-flex-update.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/callable-flex-cleanup.yml b/.github/workflows/callable-flex-cleanup.yml index 15e432ed0..efe0c9ee4 100644 --- a/.github/workflows/callable-flex-cleanup.yml +++ b/.github/workflows/callable-flex-cleanup.yml @@ -6,7 +6,7 @@ on: jobs: flex-cleanup: name: Cleanup Flex testing endpoint - runs-on: Ubuntu-20.04 + runs-on: Ubuntu-24.04 steps: - diff --git a/.github/workflows/callable-flex-update-archived.yml b/.github/workflows/callable-flex-update-archived.yml index d72ccb088..dcc451abb 100644 --- a/.github/workflows/callable-flex-update-archived.yml +++ b/.github/workflows/callable-flex-update-archived.yml @@ -11,7 +11,7 @@ on: jobs: flex-update-archived: name: Update Flex Archives - runs-on: Ubuntu-20.04 + runs-on: Ubuntu-24.04 steps: - diff --git a/.github/workflows/callable-flex-update.yml b/.github/workflows/callable-flex-update.yml index 2cde229ac..80301149b 100644 --- a/.github/workflows/callable-flex-update.yml +++ b/.github/workflows/callable-flex-update.yml @@ -17,7 +17,7 @@ on: jobs: flex-update: name: Update Flex endpoint - runs-on: Ubuntu-20.04 + runs-on: Ubuntu-24.04 steps: -