update to ubuntu 24.04 (#20)

* update to ubuntu 24.04

* Update test.yaml
This commit is contained in:
Adeeb Shihadeh 2024-04-27 17:33:10 -07:00 committed by GitHub
parent 61ace31efa
commit 864c5449ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ env:
jobs:
docker_push:
name: docker push
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
timeout-minutes: 20
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' && github.repository == 'commaai/body'
steps:
@ -28,7 +28,7 @@ jobs:
build:
name: build
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- uses: actions/checkout@v2
@ -39,7 +39,7 @@ jobs:
python_linter:
name: python linter
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- uses: actions/checkout@v2

View File

@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:24.04
ENV PYTHONUNBUFFERED 1
ENV PYTHONPATH /tmp/openpilot:$PYTHONPATH