We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8260e commit 115bf73Copy full SHA for 115bf73
.github/workflows/build-images.yml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
build-images:
13
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v2
16
- run: python3 -m venv build_images_venv
.github/workflows/pre-commit.yml
pre-commit:
- runs-on: ubuntu-20.04
- name: Set up Python 3.10
0 commit comments