Skip to content

Commit

Permalink
[Fix] Fix the version of Windows OS to 2019 (#2503)
Browse files Browse the repository at this point in the history
  • Loading branch information
grimoire authored Dec 20, 2022
1 parent d510b8b commit 32cc2f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge_stage_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr_stage_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -127,7 +127,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-2022]
os: [windows-2019]
python: [3.7]
platform: [cpu, cu111]
steps:
Expand Down

0 comments on commit 32cc2f7

Please sign in to comment.