From b8dd6b30496f238a7fe1b746e397b3edca7df49a Mon Sep 17 00:00:00 2001 From: Sanlorng Date: Wed, 6 Nov 2024 16:14:44 +0800 Subject: [PATCH] Update github_snapshot_build.yml --- .github/workflows/github_snapshot_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github_snapshot_build.yml b/.github/workflows/github_snapshot_build.yml index 47413a42..71a28e48 100644 --- a/.github/workflows/github_snapshot_build.yml +++ b/.github/workflows/github_snapshot_build.yml @@ -24,7 +24,7 @@ jobs: os: macos-latest - type: Android android: apk - os: windows-latest + os: ubuntu-latest - type: Windows desktop: msi os: windows-latest @@ -39,7 +39,7 @@ jobs: os: macos-latest - type: WasmJs js: wasmJs - os: ubuntu-latest + os: windows-latest - type: Js js: js os: ubuntu-latest