From 3942f281e4adf1b65a84a7ba9b9dd285c2ffd760 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Fri, 22 Nov 2024 14:19:35 -0700 Subject: [PATCH] Run build repo on ubuntu-latest --- .github/workflows/nightly.yml | 12 ++++++------ .github/workflows/staging.yml | 12 ++++++------ .github/workflows/templates/build-repos.yml.jinja | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 704c9604dba..293508b17f2 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -2036,7 +2036,7 @@ jobs: name: Build Repository environment: nightly runs-on: - - linux-x86_64 + - ubuntu-latest env: USE_S3_CACHE: 'false' needs: @@ -2137,7 +2137,7 @@ jobs: name: Build Repository environment: nightly runs-on: - - linux-x86_64 + - ubuntu-latest env: USE_S3_CACHE: 'false' needs: @@ -2266,7 +2266,7 @@ jobs: name: Build Repository environment: nightly runs-on: - - linux-x86_64 + - ubuntu-latest env: USE_S3_CACHE: 'false' needs: @@ -2442,7 +2442,7 @@ jobs: name: Build Repository environment: nightly runs-on: - - linux-x86_64 + - ubuntu-latest env: USE_S3_CACHE: 'false' needs: @@ -2544,7 +2544,7 @@ jobs: name: Build Repository environment: nightly runs-on: - - linux-x86_64 + - ubuntu-latest env: USE_S3_CACHE: 'false' needs: @@ -2635,7 +2635,7 @@ jobs: name: Build Repository environment: nightly runs-on: - - linux-x86_64 + - ubuntu-latest env: USE_S3_CACHE: 'false' needs: diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index a5b5ba2931f..00f6f4ece30 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -2022,7 +2022,7 @@ jobs: name: Build Repository environment: staging runs-on: - - linux-x86_64 + - ubuntu-latest env: USE_S3_CACHE: 'false' needs: @@ -2123,7 +2123,7 @@ jobs: name: Build Repository environment: staging runs-on: - - linux-x86_64 + - ubuntu-latest env: USE_S3_CACHE: 'false' needs: @@ -2252,7 +2252,7 @@ jobs: name: Build Repository environment: staging runs-on: - - linux-x86_64 + - ubuntu-latest env: USE_S3_CACHE: 'false' needs: @@ -2430,7 +2430,7 @@ jobs: name: Build Repository environment: staging runs-on: - - linux-x86_64 + - ubuntu-latest env: USE_S3_CACHE: 'false' needs: @@ -2532,7 +2532,7 @@ jobs: name: Build Repository environment: staging runs-on: - - linux-x86_64 + - ubuntu-latest env: USE_S3_CACHE: 'false' needs: @@ -2623,7 +2623,7 @@ jobs: name: Build Repository environment: staging runs-on: - - linux-x86_64 + - ubuntu-latest env: USE_S3_CACHE: 'false' needs: diff --git a/.github/workflows/templates/build-repos.yml.jinja b/.github/workflows/templates/build-repos.yml.jinja index 77c45623d2c..862ae1e9574 100644 --- a/.github/workflows/templates/build-repos.yml.jinja +++ b/.github/workflows/templates/build-repos.yml.jinja @@ -14,7 +14,7 @@ name: Build Repository environment: <{ gh_environment }> runs-on: - - linux-x86_64 + - ubuntu-latest env: USE_S3_CACHE: 'false' needs: