Skip to content

Commit 7be5d52

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build-images.yml

+1-1
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)