From ab49d6706c666afffc02fd2b1685db091840e880 Mon Sep 17 00:00:00 2001 From: "blacksmith-sh[bot]" <157653362+blacksmith-sh[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 18:25:54 +0000 Subject: [PATCH] Migrate workflows to Blacksmith --- .github/workflows/cmake.yml | 2 +- .github/workflows/pre-commit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 3398e8c1b..63a363c82 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -26,7 +26,7 @@ jobs: include: - os: ubuntu-latest name: Linux - - os: macos-15-intel + - os: blacksmith-6vcpu-macos-15 name: macOS Intel # For a reason I don't entirely understand, with this build, some of the expr-tests fail.exclude: # Investigate on a clean OSX M4 machine. jhrg 4/2/26 diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 2dc59a2c8..7a48b3169 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -7,7 +7,7 @@ on: jobs: pre-commit: - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v3