Skip to content

Commit

Permalink
Use python3.11 on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Apr 16, 2024
1 parent 23a4d0f commit 7559f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
RUN_TESTS_OPTIONS: --qt-binding=PyQt6 --no-opengl --low-mem
- name-suffix: "PyQt6 wheel"
os: macos-latest
python-version: "3.10"
python-version: "3.11"
BUILD_OPTION: --wheel
QT_BINDING: PyQt6
RUN_TESTS_OPTIONS: --qt-binding=PyQt6 --no-opencl --low-mem
Expand Down

0 comments on commit 7559f0a

Please sign in to comment.