Skip to content

Commit

Permalink
Update GitHub Actions to use Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
x86-39 committed Mar 13, 2024
1 parent 731dfad commit 224c297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/galaxy-import.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name: Import to Galaxy
jobs:
galaxy-import:
name: Import to Galaxy
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Check out the codebase.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: CI

jobs:
molecule:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 224c297

Please sign in to comment.