File tree Expand file tree Collapse file tree 2 files changed +3
-16
lines changed
Expand file tree Collapse file tree 2 files changed +3
-16
lines changed Original file line number Diff line number Diff line change 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 ]
Original file line number Diff line number Diff line change 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 ]
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
You can’t perform that action at this time.
0 commit comments