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