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.
2 parents b33a9cc + f63ec5b commit 68a4d37Copy full SHA for 68a4d37
.github/workflows/build-toolchain.yml
@@ -161,7 +161,7 @@ jobs:
161
run: rm -f /usr/local/lib/pkgconfig/libzstd.pc /usr/local/include/zstd.h
162
163
# release-5.9 requires 3.11 or lower Python
164
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
165
if: ${{ startsWith(matrix.build_os, 'macos-') && (matrix.scheme == 'release-5.9' || matrix.scheme == 'release-5.10') && (matrix.agent_query == 'macos-13' || matrix.agent_query == 'macos-14') }}
166
with:
167
python-version: '3.11'
0 commit comments