Skip to content

Commit

Permalink
use ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Jan 15, 2024
1 parent eb83cf3 commit 5bd8e0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: Test
needs:
- list-scenarios
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
# Keep running so we can see if other tests pass
fail-fast: false
Expand All @@ -46,7 +46,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags')
needs:
- test
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: galaxy
uses: robertdebock/[email protected]
Expand Down

0 comments on commit 5bd8e0f

Please sign in to comment.