From cec2330d47bd9616466adad949b26cb2d66afc1d Mon Sep 17 00:00:00 2001 From: David C Hall Date: Fri, 9 Feb 2024 22:23:28 -0800 Subject: [PATCH] Undo --- .github/workflows/tests.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 85730337..c2a54d92 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,10 +11,6 @@ jobs: os: [macos-13, macos-14] runs-on: ${{ matrix.os }} steps: - # temporarily for MCFM - - name: Choose MacOS SDK - run: sudo xcode-select -s /Applications/Xcode_14.3.1.app - - name: Set up Homebrew id: set-up-homebrew uses: Homebrew/actions/setup-homebrew@master