Skip to content

Commit

Permalink
Use "ubuntu-latest" instead of "ubuntu-18.04"
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed May 9, 2020
1 parent 412b092 commit a572fc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
molecule-checks:
name: Molecule checks
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
matrix:
env:
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
# Python byte-compiled / optimized files
*__pycache__/
*.py[cod]

# release-it configuration file
.release-it.yml

0 comments on commit a572fc6

Please sign in to comment.