Skip to content

Commit 7be5d52

Browse files
committed
try newer OS in build-images task container
1 parent ec5966b commit 7be5d52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build-images:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- uses: actions/checkout@v2
1616
- run: python3 -mpip install -r requirements.txt

0 commit comments

Comments
 (0)