Skip to content

Commit

Permalink
Update OSX version
Browse files Browse the repository at this point in the history
  • Loading branch information
tkralphs authored Oct 20, 2023
1 parent 9b2a128 commit 1f9dfd9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ 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
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
build_static: false
flags: CC=gcc-11 CXX=g++-11 OSX=12
flags: CC=gcc-12 CXX=g++-12 OSX=13
download_requirements: brew install metis bash
- os: macos-12
- os: macos-13
build_static: false
flags: CC=gcc-12 CXX=g++-12 OSX=12
flags: CC=gcc-13 CXX=g++-13 OSX=13
download_requirements: brew install metis bash
steps:
- name: Checkout source
Expand Down

0 comments on commit 1f9dfd9

Please sign in to comment.