Skip to content

Commit 67239c8

Browse files
committed
Update actions
1 parent 86df409 commit 67239c8

File tree

2 files changed

+3
-16
lines changed

2 files changed

+3
-16
lines changed

.github/workflows/deploy_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
documentation:
99
# Do not attempt to deploy documentation on forks
1010
if: github.repository_owner == 'JetBrains-Research'
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
1414
python-version: [ 3.8 ]

.github/workflows/tests.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,8 @@ jobs:
88
strategy:
99
matrix:
1010
os: [
11-
ubuntu-16.04,
12-
ubuntu-18.04,
13-
ubuntu-20.04,
1411
ubuntu-latest,
15-
macos-10.15,
1612
macos-latest,
17-
windows-2016,
18-
windows-2019,
1913
windows-latest,
2014
]
2115
python-version: [ 3.7, 3.8, 3.9 ]
@@ -40,15 +34,8 @@ jobs:
4034
4135
# Only supported on linux platform
4236
docker:
43-
runs-on: ${{ matrix.os }}
44-
strategy:
45-
matrix:
46-
os: [
47-
ubuntu-16.04,
48-
ubuntu-18.04,
49-
ubuntu-20.04,
50-
ubuntu-latest,
51-
]
37+
runs-on: ubuntu-latest
38+
5239
steps:
5340
- uses: actions/checkout@v2
5441

0 commit comments

Comments
 (0)