Skip to content

Commit

Permalink
Properly build with -MD on windows, update MacOS versions, and add arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
tkralphs committed Oct 25, 2023
1 parent 9dcdb1d commit 4487c75
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,20 @@ jobs:
build_static: [true, false]
download_requirements: [sudo apt install -y -qq gfortran liblapack-dev libmetis-dev libnauty2-dev]
include:
- os: macos-12
- os: macos-13
arch: auto
build_static: false
flags: CC=clang OSX=12
flags: CC=clang OSX=13
download_requirements: brew install metis bash
- os: macos-12
- os: macos-13
arch: auto
build_static: false
flags: CC=gcc-11 CXX=g++-11 OSX=12
flags: CC=gcc-13 CXX=g++-13 OSX=13
download_requirements: brew install metis bash
- os: macos-12
- os: macos-13
arch: arm64
build_static: false
flags: CC=gcc-12 CXX=g++-12 OSX=12
flags: CC=clang OSX=13
download_requirements: brew install metis bash
steps:
- name: Checkout source
Expand Down

0 comments on commit 4487c75

Please sign in to comment.