Skip to content

Commit

Permalink
Switch CI from ubuntu-latest to ubuntu-20.04 to avoid problems with a…
Browse files Browse the repository at this point in the history
…nsible-test from ansible-core 2.12, 2.13, 2.14. (#126)
  • Loading branch information
felixfontein authored Dec 1, 2022
1 parent ff78959 commit 89ad5b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- stable-2.13
- stable-2.14
- devel
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Perform sanity testing
uses: ansible-community/ansible-test-gh-action@release/v1
Expand All @@ -42,7 +42,7 @@ jobs:
testing-type: sanity

integration:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
ansible:
Expand Down

0 comments on commit 89ad5b9

Please sign in to comment.