From 0c1419ec985303ddfb8b2526e905668b53128b7a Mon Sep 17 00:00:00 2001 From: ksherlock Date: Sun, 25 Sep 2022 13:19:26 -0400 Subject: [PATCH] Update cmake-macos.yml --- .github/workflows/cmake-macos.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cmake-macos.yml b/.github/workflows/cmake-macos.yml index f85df75..aa8a19b 100644 --- a/.github/workflows/cmake-macos.yml +++ b/.github/workflows/cmake-macos.yml @@ -1,4 +1,4 @@ -name: CMake MacOS 11 +name: CMake MacOS on: [push] @@ -7,15 +7,11 @@ env: jobs: build: - runs-on: macos-11.0 + runs-on: macos-latest steps: - uses: actions/checkout@v2 - - name: xcode 12.2 - shell: bash - run: sudo xcode-select -s /Applications/Xcode_12.2.app - - name: Brew run: brew install ragel