From 4439d0548f961791278db29119af4ea7f29be781 Mon Sep 17 00:00:00 2001 From: muwoo <2424880409@qq.com> Date: Thu, 13 Jan 2022 20:29:17 +0800 Subject: [PATCH] =?UTF-8?q?:construction=5Fworker:=20=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d14fbcd..1bbadf8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, windows-2019] + os: [macos-latest, windows-2022] # create steps steps: @@ -56,7 +56,7 @@ jobs: GH_TOKEN: ${{ secrets.GH_TOKEN }} - name: Build & release app - if: matrix.os == 'windows-2019' + if: matrix.os == 'windows-2022' run: | npm run release_win env: