From 19efd40a93cf27a3133c231b1910f97717f0e258 Mon Sep 17 00:00:00 2001 From: Lucian Smith Date: Fri, 24 May 2024 16:51:33 -0700 Subject: [PATCH] Remove azure pipeline; use macos14 explicitly. --- {.azurepipelines => .azurepipelines.old}/getCheck.py | 0 {.azurepipelines => .azurepipelines.old}/getQt.py | 0 {.azurepipelines => .azurepipelines.old}/renameWheel.py | 0 .github/workflows/main.yml | 8 ++++---- 4 files changed, 4 insertions(+), 4 deletions(-) rename {.azurepipelines => .azurepipelines.old}/getCheck.py (100%) rename {.azurepipelines => .azurepipelines.old}/getQt.py (100%) rename {.azurepipelines => .azurepipelines.old}/renameWheel.py (100%) 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