Skip to content

Commit

Permalink
use ubuntu 20.04 (#121) (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuman authored Jan 3, 2023
1 parent c127b39 commit 68286cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ansible-test-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
jobs:
sanity:
name: "Sanity (Python: ${{ matrix.python }}, Ansible: ${{ matrix.ansible }})"
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
ansible:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:

integration:
name: "Integration (Python: ${{ matrix.python }}, Ansible: ${{ matrix.ansible }}, ProxySQL: ${{ matrix.proxysql }})"
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 68286cb

Please sign in to comment.