visual studio 2019 -> 2022

This commit is contained in:
rustdesk
2024-04-20 18:19:19 +08:00
parent d920953df1
commit c81c4f9114
6 changed files with 17 additions and 17 deletions

View File

@@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
job:
- { target: x86_64-pc-windows-msvc, os: windows-2019, arch: x86_64, date: 2023-08-04, ref: 72c198a1e94cc1e0242fce88f92b3f3caedcd0c3 }
- { target: x86_64-pc-windows-msvc, os: windows-2022, arch: x86_64, date: 2023-08-04, ref: 72c198a1e94cc1e0242fce88f92b3f3caedcd0c3 }
steps:
- name: Checkout source code
uses: actions/checkout@v4