We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 559bd0c commit 8a63a2fCopy full SHA for 8a63a2f
.github/workflows/ci-mac.yml
@@ -69,7 +69,7 @@ jobs:
69
70
- uses: actions/setup-python@v5
71
with:
72
- python-version: '3.14'
+ python-version: '3.13'
73
74
# - name: Install LLVM and Clang
75
# uses: KyleMayes/install-llvm-action@v2
.github/workflows/ci-windows.yml
@@ -87,7 +87,7 @@ jobs:
87
- name: setup python
88
uses: actions/setup-python@v5
89
90
91
92
# make sure meson can find msvc
93
- uses: TheMrMilchmann/setup-msvc-dev@v2
0 commit comments