mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
OHOS: update ci to use api-14 and newer action (#37395)
Update the CI to use api version 14 and 5.0.2 sdk. Additionally, update the action. This is required because of https://github.com/servo/servo/pull/37392. Testing: CI does not have tests. --------- Signed-off-by: Narfinger <Narfinger@users.noreply.github.com> Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com> Co-authored-by: Jonathan Schwender <schwenderjonathan@gmail.com>
This commit is contained in:
parent
84372d5734
commit
ea5a20ab8d
2 changed files with 7 additions and 7 deletions
4
.github/workflows/ohos.yml
vendored
4
.github/workflows/ohos.yml
vendored
|
@ -67,9 +67,9 @@ jobs:
|
||||||
run: sudo apt update && ./mach bootstrap --skip-lints
|
run: sudo apt update && ./mach bootstrap --skip-lints
|
||||||
- name: Setup OpenHarmony SDK
|
- name: Setup OpenHarmony SDK
|
||||||
id: setup_sdk
|
id: setup_sdk
|
||||||
uses: openharmony-rs/setup-ohos-sdk@v0.1
|
uses: openharmony-rs/setup-ohos-sdk@v0.2.1
|
||||||
with:
|
with:
|
||||||
version: "5.0.0"
|
version: "5.0.2"
|
||||||
fixup-path: true
|
fixup-path: true
|
||||||
- name: Install node for hvigor
|
- name: Install node for hvigor
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
|
|
|
@ -4,16 +4,16 @@
|
||||||
{
|
{
|
||||||
"name": "default",
|
"name": "default",
|
||||||
"signingConfig": "default",
|
"signingConfig": "default",
|
||||||
"compileSdkVersion": 12,
|
"compileSdkVersion": 14,
|
||||||
"compatibleSdkVersion": 12,
|
"compatibleSdkVersion": 14,
|
||||||
"targetSdkVersion": 12,
|
"targetSdkVersion": 14,
|
||||||
"runtimeOS": "OpenHarmony"
|
"runtimeOS": "OpenHarmony"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "harmonyos",
|
"name": "harmonyos",
|
||||||
"signingConfig": "hos",
|
"signingConfig": "hos",
|
||||||
"compatibleSdkVersion": "5.0.0(12)",
|
"compatibleSdkVersion": "5.0.2(14)",
|
||||||
"targetSdkVersion": "5.0.0(12)",
|
"targetSdkVersion": "5.0.2(14)",
|
||||||
"runtimeOS": "HarmonyOS"
|
"runtimeOS": "HarmonyOS"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue