Skip to content

Commit f19208e

Browse files
authored
ci: OSX now only tests on clang15 (#1345)
1 parent e13232d commit f19208e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,7 @@ jobs:
132132
fail-fast: false # Don't fail everything if one fails. We want to test each OS/Compiler individually
133133
matrix:
134134
cfg:
135-
- { arch: 'arm64', concurrency: 3, os: macos-latest, cpp: clang++, version: 16, cmake-flags: '', xcode-version: '16.0.0' }
136135
- { arch: 'arm64', concurrency: 3, os: macos-latest, cpp: clang++, version: 15, cmake-flags: '', xcode-version: '15.3' }
137-
- { arch: 'arm64', concurrency: 3, os: macos-latest, cpp: clang++, version: 14, cmake-flags: '', xcode-version: '14.3.1' }
138136
steps:
139137
- name: Harden Runner
140138
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
@@ -150,7 +148,7 @@ jobs:
150148
xcode-version: ${{ matrix.cfg.xcode-version }}
151149

152150
- name: Install homebrew packages
153-
run: brew install cmake make opus openssl pkg-config
151+
run: brew install cmake make opus openssl
154152

155153
- name: Generate CMake
156154
run: cmake -B build -DDPP_NO_VCPKG=ON -DCMAKE_BUILD_TYPE=Release -DDPP_CORO=ON -DAVX_TYPE=AVX0

0 commit comments

Comments
 (0)