Skip to content

Commit

Permalink
github: force Python 3.11 until vcpkg meson supports 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ahayzen-kdab committed Jan 3, 2024
1 parent a5754d8 commit ff47654
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/github-cxx-qt-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,16 @@ jobs:
- name: "[Ubuntu] Install reuse"
if: runner.os == 'Linux'
run: pip3 install reuse

# FIXME: Workaround until meson supports Python 3.12+ in vcpkg
# for now force Python 3.11
# https://github.com/microsoft/vcpkg/issues/35332
- name: "[macOS] Force python 3.11 for vcpkg"
if: runner.os == 'macOS'
uses: actions/setup-python@v4
with:
python-version: '3.11'

- name: "[macOS] Install dependencies"
if: runner.os == 'macOS'
# FIXME: clang-format-14 causes formatting differences if it is selected by brew
Expand Down

0 comments on commit ff47654

Please sign in to comment.