CI ubuntu-20.04 -> ubuntu-22.04 (#9345)

20.04 is removed now
This commit is contained in:
chenyu
2025-03-04 11:39:12 -05:00
committed by GitHub
parent 01f7a4fadc
commit e301f21f63

View File

@@ -347,7 +347,7 @@ jobs:
testgpuimage:
name: 'GPU IMAGE Tests'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: Checkout Code
@@ -371,7 +371,7 @@ jobs:
testopenpilot:
name: 'openpilot Compile Tests'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: Checkout Code