Unverified Commit 32cc2f7c authored by q.yao's avatar q.yao Committed by GitHub
Browse files

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

parent d510b8b1
...@@ -243,7 +243,7 @@ jobs: ...@@ -243,7 +243,7 @@ jobs:
MMCV_WITH_OPS: 0 MMCV_WITH_OPS: 0
strategy: strategy:
matrix: matrix:
os: [windows-2022] os: [windows-2019]
python-version: [3.7] python-version: [3.7]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
...@@ -269,7 +269,7 @@ jobs: ...@@ -269,7 +269,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
os: [windows-2022] os: [windows-2019]
python: [3.7] python: [3.7]
torch: [1.8.1, 1.10.1] torch: [1.8.1, 1.10.1]
include: include:
......
...@@ -101,7 +101,7 @@ jobs: ...@@ -101,7 +101,7 @@ jobs:
MMCV_WITH_OPS: 0 MMCV_WITH_OPS: 0
strategy: strategy:
matrix: matrix:
os: [windows-2022] os: [windows-2019]
python-version: [3.7] python-version: [3.7]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
...@@ -127,7 +127,7 @@ jobs: ...@@ -127,7 +127,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
os: [windows-2022] os: [windows-2019]
python: [3.7] python: [3.7]
platform: [cpu, cu111] platform: [cpu, cu111]
steps: steps:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment