Skip to content

Commit d9d69e7

Browse files
committed
[skip ci] ubuntu1604
1 parent f05c8c5 commit d9d69e7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/building.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
os: [ubuntu-18.04, macos-10.15, windows-latest]
13+
os: [ubuntu-16.04, macos-10.15, windows-latest]
1414
python-version: [3.6, 3.7, 3.8, 3.9]
1515
torch-version: [1.8.0, 1.9.0]
1616
cuda-version: ['cpu', 'cu101', 'cu102', 'cu111']

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
os: [ubuntu-latest]
12+
os: [ubuntu-16.04]
1313
python-version: [3.6]
1414

1515
steps:

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
os: [ubuntu-latest, windows-latest]
12+
os: [ubuntu-16.04, windows-latest]
1313
python-version: [3.6]
1414
torch-version: [1.8.0, 1.9.0]
1515

0 commit comments

Comments
 (0)