Skip to content

Commit

Permalink
Update molecule.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alessfg committed May 21, 2024
1 parent 51d4713 commit 2f63810
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 @@ -15,7 +15,7 @@ on:
jobs:
ansible-lint:
name: Ansible Lint
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Check out the codebase
uses: actions/checkout@v4
Expand All @@ -36,7 +36,7 @@ jobs:

molecule:
name: Molecule
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: ansible-lint
env:
AGENT_DATA_PLANE_KEY: ${{ secrets.AGENT_DATA_PLANE_KEY }}
Expand Down

0 comments on commit 2f63810

Please sign in to comment.