Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vadyushkins committed Aug 30, 2021
1 parent 86df409 commit 67239c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
documentation:
# Do not attempt to deploy documentation on forks
if: github.repository_owner == 'JetBrains-Research'
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.8 ]
Expand Down
17 changes: 2 additions & 15 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,8 @@ jobs:
strategy:
matrix:
os: [
ubuntu-16.04,
ubuntu-18.04,
ubuntu-20.04,
ubuntu-latest,
macos-10.15,
macos-latest,
windows-2016,
windows-2019,
windows-latest,
]
python-version: [ 3.7, 3.8, 3.9 ]
Expand All @@ -40,15 +34,8 @@ jobs:
# Only supported on linux platform
docker:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [
ubuntu-16.04,
ubuntu-18.04,
ubuntu-20.04,
ubuntu-latest,
]
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 67239c8

Please sign in to comment.