Skip to content

Commit

Permalink
Hardcode Ubuntu version and update python to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
alexblackie committed Oct 9, 2023
1 parent 2ea2f8f commit ae92091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defaults:
jobs:
molecule:
name: Molecule
runs-on: ubuntu-latest
runs-on: ubuntu2004
strategy:
matrix:
distro:
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'

- name: Install test dependencies.
run: pip3 install ansible molecule[docker] docker
Expand Down

0 comments on commit ae92091

Please sign in to comment.