Skip to content

Commit 2aea19f

Browse files
back to intel brewing
1 parent 88cc391 commit 2aea19f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
if: matrix.platform == 'macos-15-intel'
5555
shell: bash
5656
run: |
57-
python3 -m pip install conan
57+
brew install conan
5858
conan --version
5959
mkdir -p ~/.conan2/profiles/
6060
touch ~/.conan2/profiles/default # if we don't make a file first, cp thinks its a folder that doesn't exist

conan-profiles/CI-CD/MacOS-AMD64_profile.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ build_type=Release
44
compiler=apple-clang
55
compiler.cppstd=20
66
compiler.libcxx=libc++
7-
compiler.version=19
7+
compiler.version=17
88
os=Macos

0 commit comments

Comments
 (0)