Skip to content

Commit e41c4a7

Browse files
authored
Merge pull request adafruit#495 from adafruit/update-workflow-ubuntu-deprecated
update workflow to run on ubuntu 24.04
2 parents 0940e4a + 8c10a66 commit e41c4a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616
jobs:
1717
update-images:
1818
if: github.repository_owner == 'adafruit'
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-24.04
2020
steps:
2121
- uses: actions/checkout@v3
2222

0 commit comments

Comments
 (0)