update ubuntu image

This commit is contained in:
cyan 2024-11-28 19:57:02 +00:00
parent 263d545610
commit 3db2a4cadc

View file

@ -12,7 +12,7 @@ on:
jobs: jobs:
PR_test_build: PR_test_build:
runs-on: ubuntu-20.04 runs-on: ubuntu-24.04
strategy: strategy:
matrix: matrix:
api-level: [29] api-level: [29]
@ -59,7 +59,7 @@ jobs:
- name: Install package dependencies - name: Install package dependencies
run: | run: |
sudo apt update sudo apt update
sudo apt-get install -y curl unzip automake build-essential file pkg-config git python libtool libtinfo5 cmake clang llvm sudo apt-get install -y pigz curl unzip automake build-essential file pkg-config git python libtool libtinfo6 cmake clang llvm
- name: Execute Build and Setup Commands - name: Execute Build and Setup Commands
run: | run: |