Skip to content

Commit d0ce169

Browse files
authored
Update GitHub workflows (#55)
1 parent 4e6518b commit d0ce169

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
galaxy:
99
name: Galaxy
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-20.04
1111
steps:
1212
- name: Check out the codebase
1313
uses: actions/checkout@v2

.github/workflows/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
molecule:
1616
name: Molecule
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-20.04
1818
strategy:
1919
matrix:
2020
scenario:

0 commit comments

Comments
 (0)