Skip to content

Commit

Permalink
Update the build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanUkhov committed May 17, 2023
1 parent b8629f4 commit ae57fe3
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,16 @@ on:
- main
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
macos:
name: macOS
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
feature:
- accelerate
Expand All @@ -28,9 +33,9 @@ jobs:
args: >
--features=${{ matrix.feature }}
env:
CC: gcc-13
FC: gfortran-13
LIBRARY_PATH: /usr/local/opt/gcc@13/lib/gcc/13
CC: gcc-12
FC: gfortran-12
LIBRARY_PATH: /usr/local/opt/gcc@12/lib/gcc/12

ubuntu:
name: Ubuntu
Expand Down

0 comments on commit ae57fe3

Please sign in to comment.