From 0221c307167c93847bc16c9c6d27a41a98f7e137 Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Thu, 17 Mar 2022 20:40:34 +0100 Subject: [PATCH] build on win 2022 --- .github/workflows/build-app-beta.yaml | 2 +- .github/workflows/build-app.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-app-beta.yaml b/.github/workflows/build-app-beta.yaml index 43640f2c5..b32ef51bf 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-2021, ubuntu-18.04] + os: [macOS-10.15, windows-2022, ubuntu-18.04] steps: - name: Context diff --git a/.github/workflows/build-app.yaml b/.github/workflows/build-app.yaml index 6012235de..99b28b144 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-2021, ubuntu-18.04] + os: [macOS-10.15, windows-2022, ubuntu-18.04] steps: - name: Context @@ -118,7 +118,7 @@ jobs: # mv app/dist/latest.yml artifacts/latest.yml || true - name: Copy latest.yml (windows) - if: matrix.os == 'windows-2021' + if: matrix.os == 'windows-2022' run: | mv app/dist/latest.yml artifacts/latest.yml || true mv app/dist/dbgate-pad.xml artifacts/ || true