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: