Skip to content

Commit f31459a

Browse files
.github/workflows/abismal_build_macos.yml: disabling macos-13
1 parent 472b28a commit f31459a

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/abismal_build_macos.yml

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

1010
jobs:
11-
build-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 automake
20-
run: brew install automake
21-
- name: Install dependencies
22-
run: brew install htslib
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: Build with g++-14
28-
run: make -j4
11+
# build-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 automake
20+
# run: brew install automake
21+
# - name: Install dependencies
22+
# run: brew install htslib
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: Build with g++-14
28+
# run: make -j4
2929
build-on-arm64:
3030
runs-on: macos-15
3131
steps:

0 commit comments

Comments
 (0)