Update the Molecule action to run on Ubuntu 20.04.

This commit is contained in:
Robert de Bock 2020-11-18 13:52:01 +01:00
parent e09608f1f9
commit 5af1acefdb

View file

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