From 0c43f8fb2bc433e80c1a9538b46cb3532bfef817 Mon Sep 17 00:00:00 2001 From: Daniel Parker Date: Tue, 3 Dec 2024 17:36:44 -0500 Subject: [PATCH] Remove macos12 --- .github/workflows/macos.yml | 44 ++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 5654e69dd..7a6e29872 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -31,28 +31,28 @@ jobs: # run: ctest --output-on-failure - xcode_12: - strategy: - fail-fast: false - matrix: - xcode: ['13','14'] - runs-on: macos-12 - - steps: - - uses: actions/checkout@v4 - with: - submodules: recursive - - uses: maxim-lobanov/setup-xcode@v1 - with: - xcode-version: ${{ matrix.xcode }} - - name: cmake - run: cmake -S . -B build -DJSONCONS_SANITIZE=ON -DCMAKE_BUILD_TYPE=Debug -DJSONCONS_BUILD_TESTS=On - - name: build - working-directory: build/ - run: cmake --build . - - name: test - working-directory: build/ - run: ctest --output-on-failure +# xcode_12: +# strategy: +# fail-fast: false +# matrix: +# xcode: ['13','14'] +# runs-on: macos-12 +# +# steps: +# - uses: actions/checkout@v4 +# with: +# submodules: recursive +# - uses: maxim-lobanov/setup-xcode@v1 +# with: +# xcode-version: ${{ matrix.xcode }} +# - name: cmake +# run: cmake -S . -B build -DJSONCONS_SANITIZE=ON -DCMAKE_BUILD_TYPE=Debug -DJSONCONS_BUILD_TESTS=On +# - name: build +# working-directory: build/ +# run: cmake --build . +# - name: test +# working-directory: build/ +# run: ctest --output-on-failure xcode_2: