diff --git a/.github/workflows/build-app-beta.yaml b/.github/workflows/build-app-beta.yaml index 3525912b5..0d6e6c99d 100644 --- a/.github/workflows/build-app-beta.yaml +++ b/.github/workflows/build-app-beta.yaml @@ -12,7 +12,7 @@ jobs: strategy: matrix: # os: [ubuntu-18.04, windows-2016] - os: [macOS-10.15, windows-latest, ubuntu-18.04] + os: [macOS-10.15, windows-2019, ubuntu-18.04] steps: - name: Context diff --git a/.github/workflows/build-app.yaml b/.github/workflows/build-app.yaml index b5ecbb142..1eb828c3c 100644 --- a/.github/workflows/build-app.yaml +++ b/.github/workflows/build-app.yaml @@ -16,7 +16,7 @@ jobs: strategy: matrix: # os: [ubuntu-18.04, windows-2016] - os: [macOS-10.15, windows-latest, ubuntu-18.04] + os: [macOS-10.15, windows-2019, ubuntu-18.04] steps: - name: Context @@ -116,7 +116,7 @@ jobs: # mv app/dist/latest.yml artifacts/latest.yml || true - name: Copy latest.yml (windows) - if: matrix.os == 'windows-latest' + if: matrix.os == 'windows-2019' run: | mv app/dist/latest.yml artifacts/latest.yml || true mv app/dist/dbgate-pad.xml artifacts/ || true