Bump ubuntu

Latest ansible-test doesn't work with old ubuntu. See here for more
info: https://github.com/ansible-collections/collection_template/blob/main/.github/workflows/ansible-test.yml#L83-L91
This commit is contained in:
Laurent Indermuehle 2024-04-09 15:19:10 +02:00
parent 90ef20f26e
commit 7f237f7aec
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -18,7 +18,7 @@ on:
jobs:
sanity:
name: "Sanity (Ansible: ${{ matrix.ansible }})"
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
ansible:
@ -36,7 +36,7 @@ jobs:
integration:
name: "Integration (Python: ${{ matrix.python }}, Ansible: ${{ matrix.ansible }}, DB: ${{ matrix.db_engine_name }} ${{ matrix.db_engine_version }}, connector: ${{ matrix.connector_name }} ${{ matrix.connector_version }})"
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
@ -325,7 +325,7 @@ jobs:
testing-type: integration
units:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
name: Units (Ⓐ${{ matrix.ansible }})
strategy:
# As soon as the first unit test fails,