From 03fb67136aeb241423dee64edd1b3d17c3502062 Mon Sep 17 00:00:00 2001 From: Pavel Koneski Date: Mon, 2 Feb 2026 20:12:58 -0800 Subject: [PATCH] Downgrade macOS runner to Sonoma --- .github/workflows/main.yml | 4 ++-- .vsts-ci.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fa776dd12..e44d936df 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-latest, ubuntu-22.04, macos-latest] + os: [windows-latest, ubuntu-22.04, macos-14] steps: # Prerequisites @@ -60,7 +60,7 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-latest, ubuntu-22.04, macos-latest] + os: [windows-latest, ubuntu-22.04, macos-14] framework: ['net462', 'net6.0', 'net8.0'] steps: diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 5fcaedd61..e03b0fa94 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -7,7 +7,7 @@ jobs: imageName: 'ubuntu-22.04' mac: osName: 'macOS' - imageName: 'macOS-latest' + imageName: 'macOS-14' windows: osName: 'Windows' imageName: 'windows-latest' @@ -98,15 +98,15 @@ jobs: framework: net8.0 macos_net462: osName: macOS - imageName: macOS-latest + imageName: macOS-14 framework: net462 macos_net6_0: osName: macOS - imageName: macOS-latest + imageName: macOS-14 framework: net6.0 macos_net8_0: osName: macOS - imageName: macOS-latest + imageName: macOS-14 framework: net8.0 windows_net462: osName: Windows