From 2da58fe18f8d469ebc33af02e23468cd20740708 Mon Sep 17 00:00:00 2001 From: Nicholas Dudfield Date: Mon, 24 Mar 2025 15:57:05 +0700 Subject: [PATCH] [CONAN] Run MacOS builds on GH runners --- .github/workflows/macos.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 04d12009b..3249f9312 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -12,7 +12,8 @@ jobs: - Ninja configuration: - Release - runs-on: [self-hosted, macOS, ARM64] + # TODO:CONAN runs-on: [self-hosted, macOS, ARM64] + runs-on: macos-15 env: # The `build` action requires these variables. build_dir: .build