diff --git a/.github/workflows/macos_m1_monterey_install.yml b/.github/workflows/macos_m1_monterey_install.yml index 0c0851992358..4676d0e11b99 100644 --- a/.github/workflows/macos_m1_monterey_install.yml +++ b/.github/workflows/macos_m1_monterey_install.yml @@ -16,8 +16,7 @@ jobs: strategy: matrix: os: [m1] - #python-version: [3.9.13, "3.10.9"] - python-version: [3.9.13] + python-version: [3.9.13, "3.10.11"] steps: # This Checkout use git-ref keyword from dispatch - name: Clone Repository (Master)