update workflow to run on ubuntu 24.04
This commit is contained in:
parent
0940e4aec3
commit
8c10a663b6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/images.yml
vendored
2
.github/workflows/images.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue