Update ci.yml
Some checks failed
CI / React UI Build (push) Successful in 11s
CI / Native Windows Build And Tests (push) Failing after 17s
CI / Windows Release Package (push) Has been skipped

This commit is contained in:
2026-05-06 12:12:08 +10:00
parent 99e8fb4681
commit 73e0af5d2e

View File

@@ -12,7 +12,7 @@ on:
jobs:
native-windows:
name: Native Windows Build And Tests
runs-on: windows-2022
runs-on: windows-latest
steps:
- name: Checkout
@@ -88,7 +88,7 @@ jobs:
package-windows:
name: Windows Release Package
runs-on: windows-2022
runs-on: windows-latest
needs:
- native-windows
- ui-ubuntu