diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 008ce285b..e67264be7 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -15,7 +15,9 @@ jobs: fail-fast: false matrix: scenarios: - - name: Run unit tests with python3.9 on el8 + - name: Run unit tests with python3.12 on el9 + python: python3.12 + container: ubi10 - name: Run unit tests with python3.9 on el9 python: python3.9 container: ubi9