Skip to content

Commit

Permalink
Bump python version for Mac in pyenv to 3.7 as 3.6 doesn't compile on…
Browse files Browse the repository at this point in the history
… MacOS 12 [no ci]
  • Loading branch information
smistad committed Aug 27, 2024
1 parent 815a279 commit ff8b287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-mac-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
PKG_CONFIG_PATH: "/usr/local/opt/zlib/lib/pkgconfig"
uses: "gabrielfalcao/pyenv-action@v5"
with:
default: 3.6.9
default: 3.7.17

- name: Install pip dependencies
run: |
Expand Down

0 comments on commit ff8b287

Please sign in to comment.