ci(ubuntu): ci use ubuntu24.04 (#6241)

Signed-off-by: lhdjply <lhdjply@126.com>
This commit is contained in:
Liu Yi
2025-03-07 17:47:17 +08:00
committed by GitHub
parent 346395d039
commit cb8ac4df4f
86 changed files with 1412 additions and 1451 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ env:
jobs:
build-and-deploy:
if: github.repository == 'lvgl/lvgl'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
concurrency: docs-build-and-deploy
steps:
- name: Checkout
@@ -28,7 +28,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'
- name: Cache Python packages
uses: actions/cache@v4
with: