Skip to content

Commit

Permalink
Use "latest" VM identifiers in GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Nov 27, 2019
1 parent d5dcfc2 commit ac76846
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version:
- 3.7
os:
- ubuntu-18.04
- ubuntu-latest
env:
- TOXENV: pre-commit
- TOXENV: setup-check
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- 3.5
- 2.7
os:
- ubuntu-18.04
- ubuntu-latest
- ubuntu-16.04
- macOS-10.14
- windows-2019
- macOS-latest
- windows-latest
- windows-2016
env:
- TOXENV: python
Expand Down

0 comments on commit ac76846

Please sign in to comment.