Skip to content

Commit 7d9fd34

Browse files
committed
Update GitHub Actions to use Ubuntu 20.04
1 parent 716cdaa commit 7d9fd34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/galaxy-import.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name: Import to Galaxy
1313
jobs:
1414
galaxy-import:
1515
name: Import to Galaxy
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-20.04
1717
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1818
steps:
1919
- name: Check out the codebase.

.github/workflows/molecule.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: CI
88

99
jobs:
1010
molecule:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-20.04
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v3

0 commit comments

Comments
 (0)