From aed79bf7c3a035adbf30cc7be9abd223608b4a80 Mon Sep 17 00:00:00 2001 From: Triscuit <54428989+triscuitcircuit@users.noreply.github.com> Date: Mon, 20 Nov 2023 20:04:31 -0500 Subject: [PATCH] Update cmake.yml --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index dc35c6e..75c2243 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -15,7 +15,7 @@ jobs: # The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac. # You can convert this to a matrix build if you need cross-platform coverage. # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix - runs-on: macos-latest-xlarge + runs-on: self-hosted steps: - uses: actions/checkout@v3