From a2d63288fa5750147228d114be24eaa3991d1aeb Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Thu, 2 Oct 2025 14:39:01 -0700 Subject: [PATCH] [3.x] Update file formatting CI checks to Ubuntu 24.04 --- .github/workflows/static_checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static_checks.yml b/.github/workflows/static_checks.yml index fd1463af..ff91de42 100644 --- a/.github/workflows/static_checks.yml +++ b/.github/workflows/static_checks.yml @@ -4,10 +4,10 @@ on: [push, pull_request] jobs: format: name: File formatting (file_format.sh) - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Install dependencies run: |