diff --git a/.azurepipelines/getCheck.py b/.azurepipelines.old/getCheck.py similarity index 100% rename from .azurepipelines/getCheck.py rename to .azurepipelines.old/getCheck.py diff --git a/.azurepipelines/getQt.py b/.azurepipelines.old/getQt.py similarity index 100% rename from .azurepipelines/getQt.py rename to .azurepipelines.old/getQt.py diff --git a/.azurepipelines/renameWheel.py b/.azurepipelines.old/renameWheel.py similarity index 100% rename from .azurepipelines/renameWheel.py rename to .azurepipelines.old/renameWheel.py diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c1c5b7a6..7b0b343a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,15 +27,15 @@ jobs: build_type: Debug build_python: ON build_qt_antimony: ON - - name: macos-latest-release + - name: macos-14-release os_type: macos - os_name: macos-latest + os_name: macos-14 build_type: Release build_python: ON build_qt_antimony: OFF - - name: macos-latest-debug + - name: macos-14-debug os_type: macos - os_name: macos-latest + os_name: macos-14 build_type: Debug build_python: ON build_qt_antimony: OFF