Skip to content

Commit bdb317c

Browse files
Updating the runner image for macos intel builds
1 parent 0e8a565 commit bdb317c

2 files changed

Lines changed: 19 additions & 19 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-15-intel
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:

.github/workflows/abismal_release_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build-macos-binaries:
88
strategy:
99
matrix:
10-
os: [macos-13, macos-14]
10+
os: [macos-15-intel, macos-14]
1111
runs-on: ${{ matrix.os }}
1212
steps:
1313
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)