We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ace31 commit a527570Copy full SHA for a527570
.github/workflows/test.yaml
@@ -12,7 +12,7 @@ env:
12
jobs:
13
docker_push:
14
name: docker push
15
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
16
timeout-minutes: 20
17
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' && github.repository == 'commaai/body'
18
steps:
@@ -28,7 +28,7 @@ jobs:
28
29
build:
30
name: build
31
32
timeout-minutes: 45
33
34
- uses: actions/checkout@v2
@@ -39,7 +39,7 @@ jobs:
39
40
python_linter:
41
name: python linter
42
43
44
45
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ubuntu:20.04
+FROM ubuntu:24.04
2
ENV PYTHONUNBUFFERED 1
3
ENV PYTHONPATH /tmp/openpilot:$PYTHONPATH
4
0 commit comments