From 2736943157719de784acc967db60fcf532375e3a Mon Sep 17 00:00:00 2001 From: Travis Plunk Date: Tue, 25 Mar 2025 14:16:44 -0700 Subject: [PATCH 1/2] Update Linux CI workflow to use the latest Ubuntu version --- .github/workflows/linux-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linux-ci.yml b/.github/workflows/linux-ci.yml index 4abc94b0eb7..65858b30ac2 100644 --- a/.github/workflows/linux-ci.yml +++ b/.github/workflows/linux-ci.yml @@ -87,7 +87,7 @@ jobs: - ci_build - changes if: ${{ needs.changes.outputs.source == 'true' }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: checkout uses: actions/checkout@v4 @@ -104,7 +104,7 @@ jobs: - ci_build - changes if: ${{ needs.changes.outputs.source == 'true' }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: checkout uses: actions/checkout@v4 @@ -121,7 +121,7 @@ jobs: - ci_build - changes if: ${{ needs.changes.outputs.source == 'true' }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: checkout uses: actions/checkout@v4 @@ -138,7 +138,7 @@ jobs: - ci_build - changes if: ${{ needs.changes.outputs.source == 'true' }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: checkout uses: actions/checkout@v4 From 32d097c15b2d3d1a18a4eb9d4baa2fe295b09ca5 Mon Sep 17 00:00:00 2001 From: Travis Plunk Date: Tue, 25 Mar 2025 13:58:08 -0700 Subject: [PATCH 2/2] Update CI workflow to use the latest Ubuntu version for the build environment --- .github/workflows/linux-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux-ci.yml b/.github/workflows/linux-ci.yml index 65858b30ac2..54282fc62f6 100644 --- a/.github/workflows/linux-ci.yml +++ b/.github/workflows/linux-ci.yml @@ -70,7 +70,7 @@ jobs: ci_build: name: Build PowerShell - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest needs: changes if: ${{ needs.changes.outputs.source == 'true' }} steps: