Skip to content

Commit ae57fe3

Browse files
committed
Update the build workflow
1 parent b8629f4 commit ae57fe3

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,16 @@ on:
99
- main
1010
workflow_dispatch:
1111

12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
14+
cancel-in-progress: true
15+
1216
jobs:
1317
macos:
1418
name: macOS
1519
runs-on: macos-latest
1620
strategy:
21+
fail-fast: false
1722
matrix:
1823
feature:
1924
- accelerate
@@ -28,9 +33,9 @@ jobs:
2833
args: >
2934
--features=${{ matrix.feature }}
3035
env:
31-
CC: gcc-13
32-
FC: gfortran-13
33-
LIBRARY_PATH: /usr/local/opt/gcc@13/lib/gcc/13
36+
CC: gcc-12
37+
FC: gfortran-12
38+
LIBRARY_PATH: /usr/local/opt/gcc@12/lib/gcc/12
3439

3540
ubuntu:
3641
name: Ubuntu

0 commit comments

Comments
 (0)