Skip to content

Commit 496bdcc

Browse files
.github/workflows/dnmtools_build_macos.yml: updating the macos build workflow because it won't run anymore for x86
1 parent bb38b75 commit 496bdcc

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

.github/workflows/dnmtools_build_macos.yml

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,25 @@ on:
88
branches: [ "master" ]
99

1010
jobs:
11-
build-with-gcc-on-x86:
12-
runs-on: macos-13
13-
steps:
14-
- uses: actions/checkout@v4
15-
with:
16-
submodules: recursive
17-
- name: Update Homebrew
18-
run: brew update
19-
- name: Install autotools
20-
run: brew install automake
21-
- name: Install dependencies
22-
run: brew install htslib gsl
23-
- name: Generate configure script
24-
run: ./autogen.sh
25-
- name: configure with g++-14
26-
run: ./configure CXX="g++-14" CPPFLAGS="-I$(brew --prefix)/include" LDFLAGS="-L$(brew --prefix)/lib"
27-
- name: make
28-
run: make -j4
11+
## ADS: removing this because of 'brownout' on github runners
12+
# build-with-gcc-on-x86:
13+
# runs-on: macos-13
14+
# steps:
15+
# - uses: actions/checkout@v4
16+
# with:
17+
# submodules: recursive
18+
# - name: Update Homebrew
19+
# run: brew update
20+
# - name: Install autotools
21+
# run: brew install automake
22+
# - name: Install dependencies
23+
# run: brew install htslib gsl
24+
# - name: Generate configure script
25+
# run: ./autogen.sh
26+
# - name: configure with g++-14
27+
# run: ./configure CXX="g++-14" CPPFLAGS="-I$(brew --prefix)/include" LDFLAGS="-L$(brew --prefix)/lib"
28+
# - name: make
29+
# run: make -j4
2930
build-with-gcc-on-arm64:
3031
runs-on: macos-15
3132
steps:

0 commit comments

Comments
 (0)