mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
This updates the Openharmony required version to API lvl 21 (6.0.0.1 OpenHarmony and 6.0.1 HarmonyOS). We need API level 19+ for https://github.com/servo/servo/pull/41738, however an API level 19 SDK was never released for OpenHarmony. API-20 seems to be the same as the the 6.0-beta release, so we are playing it safe and directly going for the API-21 release, which is also the 6.0.1 release that the actual HarmonyOS 6 update was, so it should be the most polished. This also has the update for the version used in CI. The HarmonyOS runners are already updated. Testing: Successful openharmony run here: https://github.com/Narfinger/servo/actions/runs/21755920480 Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>