From 092a29cd18b31779603c9107e8a2ce428aa1afbb Mon Sep 17 00:00:00 2001 From: Nicholas Dudfield Date: Mon, 24 Mar 2025 16:26:37 +0700 Subject: [PATCH] [CONAN] Use self-hosted runner again --- .github/workflows/macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 3249f9312..221718f32 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -12,8 +12,8 @@ jobs: - Ninja configuration: - Release - # TODO:CONAN runs-on: [self-hosted, macOS, ARM64] - runs-on: macos-15 + runs-on: [self-hosted, macOS, ARM64] + # TODO:CONAN runs-on: macos-15 env: # The `build` action requires these variables. build_dir: .build