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:
- {
target: x86_64-unknown-linux-gnu,
os: ubuntu-20.04,
os: ubuntu-24.04,
extra-build-args: "",
}
steps:

View File

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