update workflow to run on ubuntu 24.04

This commit is contained in:
Jeff Epler 2025-02-11 11:24:50 -06:00
parent 0940e4aec3
commit 8c10a663b6

View file

@ -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