fix: Use Python 3.12 instead of 3.11
Some checks failed
Deploy Cluster / Terraform (push) Successful in 18s
Deploy Cluster / Ansible (push) Failing after 14s

This commit is contained in:
2026-02-28 22:44:46 +00:00
parent 2fcc8cff77
commit 34c2b6895e

View File

@@ -153,7 +153,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
- name: Install Ansible
run: |