Skip to content

Commit

Permalink
Add static macOS as addition matrix entry linux-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhmgoossens committed Sep 5, 2024
1 parent 5f93c9f commit e364f8d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@ jobs:
download_requirements: brew install metis bash
- os: macos-14
arch: arm64
build_static: [true, false]
build_static: false
flags: CC=gcc-13 CXX=g++-13 OSX=14 ADD_CXXFLAGS=-Wl,-ld_classic
download_requirements: brew install metis bash
- os: macos-14
arch: arm64
build_static: true
flags: CC=gcc-13 CXX=g++-13 OSX=14 ADD_CXXFLAGS=-Wl,-ld_classic
download_requirements: brew install metis bash
steps:
Expand Down

0 comments on commit e364f8d

Please sign in to comment.