1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-03-22 10:39:08 +00:00

Run jobs with new Podman repos

Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
Sagi Shnaidman 2025-11-25 19:14:38 +02:00 committed by Sergey
parent d43a5a4a48
commit fbd98250f5
40 changed files with 660 additions and 675 deletions

View file

@ -21,7 +21,7 @@ on:
description: 'OS matrix as JSON string'
required: false
type: string
default: '["ubuntu-22.04"]'
default: '["ubuntu-24.04"]'
ansible_versions:
description: 'Ansible versions matrix as JSON string'
required: false
@ -35,8 +35,8 @@ on:
jobs:
test_module:
name: ${{ inputs.display_name || inputs.module_name }} ${{ matrix.ansible-version }}-${{ matrix.os || 'ubuntu-22.04' }}
runs-on: ${{ matrix.os || 'ubuntu-22.04' }}
name: ${{ inputs.display_name || inputs.module_name }} ${{ matrix.ansible-version }}-${{ matrix.os || 'ubuntu-24.04' }}
runs-on: ${{ matrix.os || 'ubuntu-24.04' }}
defaults:
run:
shell: bash