Update build.yml

This commit is contained in:
Ross Scroggs
2026-04-08 14:51:24 -07:00
parent b876042cb7
commit b2e472fafe

View File

@@ -393,7 +393,7 @@ jobs:
cd "${GITHUB_WORKSPACE}/src"
git clone https://github.com/python/cpython.git
cd "${PYTHON_SOURCE_PATH}"
if [[ "${RUNNER_OS}" != "Linux" ]]; then
if [[ "${RUNNER_OS}" == "Linux" ]]; then
# TEMP lock Linux to 3.14.3 until the PyInstaller multiprocess issues are resolved.
export LATEST_STABLE_TAG="v3.14.3"
else