mirror of
https://github.com/dbgate/dbgate
synced 2024-11-21 23:39:46 +00:00
build on win 2022
This commit is contained in:
parent
913896d8bc
commit
0221c30716
2
.github/workflows/build-app-beta.yaml
vendored
2
.github/workflows/build-app-beta.yaml
vendored
@ -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
|
||||
|
4
.github/workflows/build-app.yaml
vendored
4
.github/workflows/build-app.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user