We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec5966b commit 7be5d52Copy full SHA for 7be5d52
.github/workflows/build-images.yml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
build-images:
13
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
14
steps:
15
- uses: actions/checkout@v2
16
- run: python3 -mpip install -r requirements.txt
0 commit comments