Skip to content

Commit 38e4db4

Browse files
committed
Build for mac
1 parent f88215e commit 38e4db4

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

.github/workflows/binary-build.yml

+3-18
Original file line numberDiff line numberDiff line change
@@ -11,33 +11,18 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212

1313
strategy:
14-
# Set fail-fast to false to ensure that feedback is delivered for all matrix combinations. Consider changing this to true when your workflow is stable.
1514
fail-fast: false
1615

1716
matrix:
18-
os: [ubuntu-latest]
17+
os: [ubuntu-latest, macos-14]
1918
build_type: [Release]
2019
staticcompile: [ON, OFF]
2120
c_compiler: [gcc]
22-
include:
23-
- os: ubuntu-latest
24-
c_compiler: gcc
25-
cpp_compiler: g++
26-
# - os: ubuntu-latest
27-
# c_compiler: clang
28-
# cpp_compiler: clang++
29-
# exclude:
30-
# - os: windows-latest
31-
# c_compiler: gcc
32-
# - os: windows-latest
33-
# c_compiler: clang
34-
# - os: ubuntu-latest
35-
# c_compiler: cl
21+
cpp_compiler: [g++]
3622

3723
steps:
3824

39-
# install dependencies
40-
- name: Install boost & help2man for Linux
25+
- name: Install help2man for Linux
4126
if: matrix.os == 'ubuntu-latest'
4227
run: sudo apt-get update && sudo apt-get install -yq help2man libgmp-dev
4328

0 commit comments

Comments
 (0)