Skip to content

Commit 8f1a36f

Browse files
committed
ENH: Remove MacOS 14 build as redundant with recently added MacOS 15
1 parent 6a94d14 commit 8f1a36f

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/build-test-cxx.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
max-parallel: 3
3838
matrix:
39-
os: [ubuntu-22.04, windows-2022, macos-13, macos-14, macos-15]
39+
os: [ubuntu-22.04, windows-2022, macos-13, macos-15]
4040
include:
4141
- os: ubuntu-22.04
4242
c-compiler: "gcc"
@@ -50,10 +50,6 @@ jobs:
5050
c-compiler: "clang"
5151
cxx-compiler: "clang++"
5252
cmake-build-type: "MinSizeRel"
53-
- os: macos-14
54-
c-compiler: "clang"
55-
cxx-compiler: "clang++"
56-
cmake-build-type: "MinSizeRel"
5753
- os: macos-15
5854
c-compiler: "clang"
5955
cxx-compiler: "clang++"
@@ -86,11 +82,6 @@ jobs:
8682
run: |
8783
sudo xcode-select -s "/Applications/Xcode_14.3.1.app"
8884
89-
- name: 'Specific XCode version 15.0.1'
90-
if: matrix.os == 'macos-14'
91-
run: |
92-
sudo xcode-select -s "/Applications/Xcode_15.0.1.app"
93-
9485
- name: 'Specific XCode version = 16.2'
9586
if: matrix.os == 'macos-15'
9687
run: |

0 commit comments

Comments
 (0)