Skip to content

Commit a9ea466

Browse files
authored
[DeepGNN]Ugprade to windows server 2022. (#348)
1 parent 29fbe90 commit a9ea466

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
python-version: ["3.8", "3.9", "3.10"]
19-
os: ["ubuntu-22.04", "windows-2019"]
19+
os: ["ubuntu-22.04", "windows-2022"]
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- uses: actions/checkout@v3.5.3
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
matrix:
3333
python-version: ["3.10"]
34-
os: ["ubuntu-22.04", "windows-2019"]
34+
os: ["ubuntu-22.04", "windows-2022"]
3535
runs-on: ${{ matrix.os }}
3636
steps:
3737
- uses: actions/checkout@v3.5.3

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
python-version: ["3.10"]
13-
os: ["ubuntu-22.04", "windows-2019"]
13+
os: ["ubuntu-22.04", "windows-2022"]
1414
steps:
1515
- uses: actions/checkout@v3.5.3
1616
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
os: ["ubuntu-22.04", "windows-2019"]
16+
os: ["ubuntu-22.04", "windows-2022"]
1717
steps:
1818
- uses: actions/checkout@v3.5.3
1919
- name: Set up Python 3.10

0 commit comments

Comments
 (0)