Skip to content

Commit

Permalink
Try adding arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
tkralphs authored Oct 25, 2023
1 parent 9afac7e commit 2fffc90
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,20 @@ jobs:
download_requirements: [sudo apt install -y -qq gfortran liblapack-dev libmetis-dev libnauty2-dev]
include:
- os: macos-13
arch: auto
build_static: false
flags: CC=clang OSX=13
download_requirements: brew install metis bash
- os: macos-13
arch: auto
build_static: false
flags: CC=gcc-13 CXX=g++-13 OSX=13
download_requirements: brew install metis bash
- os: macos-13
arch: arm64
build_static: false
flags: CC=clang OSX=13
download_requirements: brew install metis bash
steps:
- name: Checkout source
uses: actions/checkout@v3
Expand Down

0 comments on commit 2fffc90

Please sign in to comment.