From 9a135ed087ea8ac49804d1a8666cc45fd644be6d Mon Sep 17 00:00:00 2001 From: Jonas Charfreitag <33812320+CharJon@users.noreply.github.com> Date: Tue, 9 Apr 2024 16:00:36 +0200 Subject: [PATCH] Update cmake-mac.yml --- .github/workflows/cmake-mac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-mac.yml b/.github/workflows/cmake-mac.yml index 511226f..e3b83cd 100644 --- a/.github/workflows/cmake-mac.yml +++ b/.github/workflows/cmake-mac.yml @@ -17,7 +17,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: ubuntu-latest #macos-latest-large + runs-on: macos-latest #ubuntu-latest #macos-latest-large steps: - uses: actions/checkout@v3