Skip to content

Commit fe31266

Browse files
committed
ci: adjust the status for OSX case
Which outputs some heap allocations
1 parent 3b18244 commit fe31266

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci-linux-osx-win-conda.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,21 @@ jobs:
3636
build_type: Debug
3737
cxx_std: 17
3838
continue_on_error: true
39+
- name: macos-latest
40+
os: macos-latest
41+
build_type: Debug
42+
cxx_std: 20
43+
continue_on_error: true
3944

4045
exclude:
4146
- name: macos-latest
4247
build_type: Debug
4348
cxx_std: 17
4449
continue_on_error: false
50+
- name: macos-latest
51+
build_type: Debug
52+
cxx_std: 20
53+
continue_on_error: false
4554

4655
steps:
4756
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)