diff --git a/.cirrus.yml b/.cirrus.yml index d6c1cff..5e4fde0 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -4,7 +4,7 @@ macos_arm64_dmg_task: env: REPO: https://github.com/biolab/orange3.git BUILD_BRANCH: master - BUILD_COMMIT: 3.36.1 + BUILD_COMMIT: 3.36.2 APP: "/Applications/Orange.app" PYTHON_VERSION: 3.9.12 @@ -52,4 +52,4 @@ macos_arm64_dmg_task: - $APP/Contents/MacOS/python -Xfaulthandler -m unittest -v Orange.tests Orange.widgets.tests || true dmg_artifacts: - path: "dist/*" \ No newline at end of file + path: "dist/*" diff --git a/.github/workflows/build-conda-installer.yml b/.github/workflows/build-conda-installer.yml index e7522ab..3d4241e 100644 --- a/.github/workflows/build-conda-installer.yml +++ b/.github/workflows/build-conda-installer.yml @@ -16,7 +16,7 @@ jobs: env: REPO: https://github.com/biolab/orange3.git BUILD_BRANCH: master - BUILD_COMMIT: "3.36.1" + BUILD_COMMIT: "3.36.2" BUILD_LOCAL: "" PYTHONFAULTHANDLER: 1 diff --git a/.github/workflows/build-macos-installer.yml b/.github/workflows/build-macos-installer.yml index a5bae1e..5b7105e 100644 --- a/.github/workflows/build-macos-installer.yml +++ b/.github/workflows/build-macos-installer.yml @@ -16,8 +16,8 @@ jobs: env: REPO: https://github.com/biolab/orange3.git BUILD_BRANCH: master - BUILD_COMMIT: FETCH_HEAD - BUILD_LOCAL: 1 + BUILD_COMMIT: "3.36.2" + BUILD_LOCAL: APP: "/Applications/Orange3.app" PYTHONFAULTHANDLER: 1 diff --git a/.github/workflows/build-win-installer.yml b/.github/workflows/build-win-installer.yml index 66c375d..c876693 100644 --- a/.github/workflows/build-win-installer.yml +++ b/.github/workflows/build-win-installer.yml @@ -16,8 +16,8 @@ jobs: env: REPO: https://github.com/biolab/orange3.git BUILD_BRANCH: master - BUILD_COMMIT: FETCH_HEAD - BUILD_LOCAL: 1 + BUILD_COMMIT: "3.36.2" + BUILD_LOCAL: PYTHONFAULTHANDLER: 1 PIP_NO_PIP_VERSION_CHECK: 1