From 8c10a663b6c4ec67fe060ee7bad9fc8172c34271 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Tue, 11 Feb 2025 11:24:50 -0600 Subject: [PATCH] update workflow to run on ubuntu 24.04 --- .github/workflows/images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index cab42f19..169b1b9b 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -16,7 +16,7 @@ concurrency: jobs: update-images: if: github.repository_owner == 'adafruit' - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v3