We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0c6907 commit 66e31a0Copy full SHA for 66e31a0
3 files changed
.github/workflows/black.yml
@@ -5,7 +5,7 @@ on: [push]
5
jobs:
6
black:
7
8
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
9
10
steps:
11
- uses: actions/checkout@v4
.github/workflows/flake8.yml
@@ -11,7 +11,7 @@ jobs:
12
flake8:
13
14
15
16
17
docker/build-docker/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ubuntu:22.04
+FROM ubuntu:24.04
2
ENV DEBIAN_FRONTEND=noninteractive
3
RUN apt-get update && apt-get install \
4
git \
0 commit comments