Skip to content

Commit 7acda34

Browse files
committed
try using g++ on macos
1 parent 91cbd2c commit 7acda34

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/conda_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
146146
- name: Build library
147147
run: |
148-
conda build conda --output-folder conda_package
148+
conda build conda --output-folder conda_package --variant-config-files conda/variants/macos.yaml
149149
150150
- name: Upload artifact
151151
uses: actions/upload-artifact@v4

conda/variants/macos.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
c_compiler:
2+
- gcc
3+
4+
cxx_compiler:
5+
- g++

0 commit comments

Comments
 (0)