mirror of
https://github.com/bryangerlach/rdgen.git
synced 2025-11-29 08:33:23 +00:00
github depricating ubuntu 20.04? change to 24.04
This commit is contained in:
2
.github/workflows/bridge.yml
vendored
2
.github/workflows/bridge.yml
vendored
@@ -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:
|
||||||
|
|||||||
6
.github/workflows/generator-android.yml
vendored
6
.github/workflows/generator-android.yml
vendored
@@ -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: "",
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user