Skip to content

Commit

Permalink
Merge pull request #167 from vladgh/os-update
Browse files Browse the repository at this point in the history
  • Loading branch information
vladgh authored May 9, 2024
2 parents 1553959 + 6583987 commit d0f8fd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
fail-fast: true
matrix:
os:
- ubuntu2404
- ubuntu2204
- ubuntu2004
- debian12
- debian11
- fedora37
- fedora38
- fedora40
- fedora39
- rockylinux8
- rockylinux9
scenario: ${{ fromJSON(needs.changes.outputs.scenario) }}
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ driver:
name: docker
platforms:
- name: instance
image: "geerlingguy/docker-${MOLECULE_DISTRO:-ubuntu2204}-ansible:latest"
image: "geerlingguy/docker-${MOLECULE_DISTRO:-ubuntu2404}-ansible:latest"
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
Expand Down

0 comments on commit d0f8fd1

Please sign in to comment.