github depricating ubuntu 20.04? change to 24.04

This commit is contained in:
Bryan Gerlach
2025-04-01 15:11:40 -05:00
parent e2c20567d6
commit 972451709c
2 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ jobs:
job: job:
- { - {
target: x86_64-unknown-linux-gnu, target: x86_64-unknown-linux-gnu,
os: ubuntu-20.04, os: ubuntu-24.04,
extra-build-args: "", extra-build-args: "",
} }
steps: steps:

View File

@@ -96,21 +96,21 @@ jobs:
- { - {
arch: aarch64, arch: aarch64,
target: aarch64-linux-android, target: aarch64-linux-android,
os: ubuntu-20.04, os: ubuntu-24.04,
reltype: release, reltype: release,
suffix: "", suffix: "",
} }
- { - {
arch: armv7, arch: armv7,
target: armv7-linux-androideabi, target: armv7-linux-androideabi,
os: ubuntu-20.04, os: ubuntu-24.04,
reltype: release, reltype: release,
suffix: "", suffix: "",
} }
- { - {
arch: x86_64, arch: x86_64,
target: x86_64-linux-android, target: x86_64-linux-android,
os: ubuntu-20.04, os: ubuntu-24.04,
reltype: release, reltype: release,
suffix: "", suffix: "",
} }