Skip to content

Commit

Permalink
change ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi8080 committed Jul 8, 2024
1 parent 0bb06f0 commit 7f81f9b
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,12 @@ on: # yamllint disable-line rule:truthy

jobs:
molecule:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
distro:
#- image: jrei/systemd-ubuntu:16.04
# instance: systemd-ubuntu-16.04
#- image: jrei/systemd-ubuntu:18.04
# instance: systemd-ubuntu-18.04
- image: jrei/systemd-ubuntu:20.04
instance: systemd-ubuntu-20.04
#- image: jrei/systemd-ubuntu:22.04
# instance: systemd-ubuntu-22.04
#- image: jrei/systemd-ubuntu:24.04
# instance: systemd-ubuntu-24.04
# - image: jrei/systemd-centos:7
# instance: systemd-centos-7
# - image: jrei/systemd-centos:8
# instance: systemd-centos-8
# - image: jrei/systemd-debian:9
# instance: systemd-debian-9
# - image: jrei/systemd-debian:10
# instance: systemd-debian-10
beats_flavor:
- auditbeat
steps:
Expand All @@ -57,5 +41,5 @@ jobs:
MOLECULE_INSTANCE_NAME: ${{ matrix.distro.instance }}
MOLECULE_BEATS_FLAVOR: ${{ matrix.beats_flavor }}

- name: Check docker images
run: docker ps -a
- name: Check docker
run: docker --version && docker ps -a

0 comments on commit 7f81f9b

Please sign in to comment.