build on windows 2019

This commit is contained in:
Jan Prochazka 2022-03-05 09:38:17 +01:00
parent 2fa46da7b6
commit 3c0dd13ae5
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ jobs:
strategy: strategy:
matrix: matrix:
# os: [ubuntu-18.04, windows-2016] # os: [ubuntu-18.04, windows-2016]
os: [macOS-10.15, windows-2016, ubuntu-18.04] os: [macOS-10.15, windows-2019, ubuntu-18.04]
steps: steps:
- name: Context - name: Context

View File

@ -16,7 +16,7 @@ jobs:
strategy: strategy:
matrix: matrix:
# os: [ubuntu-18.04, windows-2016] # os: [ubuntu-18.04, windows-2016]
os: [macOS-10.15, windows-2016, ubuntu-18.04] os: [macOS-10.15, windows-2019, ubuntu-18.04]
steps: steps:
- name: Context - name: Context
@ -118,7 +118,7 @@ jobs:
# mv app/dist/latest.yml artifacts/latest.yml || true # mv app/dist/latest.yml artifacts/latest.yml || true
- name: Copy latest.yml (windows) - name: Copy latest.yml (windows)
if: matrix.os == 'windows-2016' if: matrix.os == 'windows-2019'
run: | run: |
mv app/dist/latest.yml artifacts/latest.yml || true mv app/dist/latest.yml artifacts/latest.yml || true
mv app/dist/dbgate-pad.xml artifacts/ || true mv app/dist/dbgate-pad.xml artifacts/ || true