Skip to content

Commit 61ff644

Browse files
committed
Fix Python version to 3.11
1 parent 1f27c9d commit 61ff644

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/macos.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,12 @@ jobs:
320320
;;
321321
esac
322322
323+
- name: Set up Python 3.11
324+
if: matrix.options.py == 'ON' && matrix.check_mkvk != 'ONLY'
325+
uses: actions/setup-python@v5
326+
with:
327+
python-version: '3.11.4'
328+
323329
- name: before_script
324330
run: |
325331
case "${RUNNER_OS:-Linux}" in

0 commit comments

Comments
 (0)