Skip to content

Commit

Permalink
Remove xcode11
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Jul 8, 2024
1 parent e0a9197 commit 76d69c0
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,28 @@ permissions:

jobs:

xcode_11:
strategy:
fail-fast: false
matrix:
xcode: ['11','12','13']
runs-on: macos-11

steps:
- uses: actions/checkout@v3
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_11:
# strategy:
# fail-fast: false
# matrix:
# xcode: ['11','12','13']
# runs-on: macos-11
#
# steps:
# - uses: actions/checkout@v3
# 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:
Expand Down

0 comments on commit 76d69c0

Please sign in to comment.