Switch CI from ubuntu-latest to ubuntu-20.04 to avoid problems with ansible-test from ansible-core 2.12, 2.13, 2.14. (#535)

pull/536/head
Felix Fontein 2022-12-01 23:01:49 +01:00 committed by GitHub
parent 05eff13ec8
commit 2eab4ec19c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ jobs:
- '2.9' - '2.9'
- '2.10' - '2.10'
- '2.11' - '2.11'
runs-on: ubuntu-latest runs-on: ubuntu-20.04
steps: steps:
- name: Perform sanity testing - name: Perform sanity testing
uses: felixfontein/ansible-test-gh-action@integration-error-behavior uses: felixfontein/ansible-test-gh-action@integration-error-behavior
@ -38,7 +38,7 @@ jobs:
testing-type: sanity testing-type: sanity
units: units:
runs-on: ubuntu-latest runs-on: ubuntu-20.04
name: EOL Units (Ⓐ${{ matrix.ansible }}) name: EOL Units (Ⓐ${{ matrix.ansible }})
strategy: strategy:
# As soon as the first unit test fails, cancel the others to free up the CI queue # As soon as the first unit test fails, cancel the others to free up the CI queue
@ -61,7 +61,7 @@ jobs:
testing-type: units testing-type: units
integration: integration:
runs-on: ubuntu-latest runs-on: ubuntu-20.04
name: EOL I (Ⓐ${{ matrix.ansible }}+${{ matrix.docker }}+py${{ matrix.python }}:${{ matrix.target }}) name: EOL I (Ⓐ${{ matrix.ansible }}+${{ matrix.docker }}+py${{ matrix.python }}:${{ matrix.target }})
strategy: strategy:
fail-fast: false fail-fast: false