Skip to content

Commit

Permalink
Update macos_m1_monterey_install.yml to use python3.10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioettorre authored Aug 2, 2023
1 parent b7be022 commit f24519f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/macos_m1_monterey_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f24519f

Please sign in to comment.