[Fix] Fix the version of Windows OS to 2019 ()

pull/2468/head
q.yao 2022-12-20 22:50:57 +08:00 committed by GitHub
parent d510b8b174
commit 32cc2f7c72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -243,7 +243,7 @@ jobs:
MMCV_WITH_OPS: 0
strategy:
matrix:
os: [windows-2022]
os: [windows-2019]
python-version: [3.7]
steps:
- uses: actions/checkout@v2
@ -269,7 +269,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-2022]
os: [windows-2019]
python: [3.7]
torch: [1.8.1, 1.10.1]
include:

View File

@ -101,7 +101,7 @@ jobs:
MMCV_WITH_OPS: 0
strategy:
matrix:
os: [windows-2022]
os: [windows-2019]
python-version: [3.7]
steps:
- uses: actions/checkout@v2
@ -127,7 +127,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-2022]
os: [windows-2019]
python: [3.7]
platform: [cpu, cu111]
steps: