Skip to content

Commit

Permalink
Update the Molecule action to run on Ubuntu 20.04.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Nov 18, 2020
1 parent 5308a56 commit 733a2eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
lint:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v2
Expand All @@ -28,7 +28,7 @@ jobs:
test:
needs:
- lint
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 733a2eb

Please sign in to comment.