Skip to content

Commit

Permalink
[GitHub] Use an even newer version of Python to make it run on arm64-…
Browse files Browse the repository at this point in the history
…macos
  • Loading branch information
RobDangerous committed Jun 17, 2024
1 parent ad65050 commit 9aa4923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12.2'
architecture: 'x64'
- name: Configure
run: ./configure --openssl-no-asm --without-intl --dest-cpu=x86_64
Expand Down

0 comments on commit 9aa4923

Please sign in to comment.