Skip to content

Commit 54584a1

Browse files
committed
Use Ubuntu 20.04 image to run CI
1 parent 814d4e9 commit 54584a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name: CI
1111
jobs:
1212
scripts:
1313
name: Scripts
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-20.04
1515
strategy:
1616
matrix:
1717
include:
@@ -31,7 +31,7 @@ jobs:
3131

3232
playbooks:
3333
name: Playbooks
34-
runs-on: ubuntu-latest
34+
runs-on: ubuntu-20.04
3535
strategy:
3636
matrix:
3737
include:

.github/workflows/molecule-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
test:
1212
name: Molecule
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-20.04
1414
strategy:
1515
matrix:
1616
distro:

0 commit comments

Comments
 (0)