Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/before-all-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e -u

ginac_version=1.8.10

dnf install -y boost-devel cln-devel gmp-devel glpk-devel hwloc-devel z3-devel xerces-c-devel eigen3-devel # missing ginac
dnf install -y boost-devel cln-devel glpk-devel gmp-devel hwloc-devel libarchive-devel xerces-c-devel z3-devel eigen3-devel # missing ginac-devel

cd /tmp

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/before-all-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

set -e -u

brew install ccache automake boost cln ginac glpk hwloc z3 xerces-c
brew install ccache automake boost cln ginac glpk gmp hwloc libarchive xerces-c z3

# Install Storm
git clone https://github.com/stormchecker/storm.git -b ${STORM_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
deploy_target: 15.0
- os: macos-arm
runs-on: macos-14 # macos-14+ (including latest) are ARM64 runners
xcode: latest-stable
xcode: 15.4
deploy_target: 14.0
fail-fast: false
steps:
Expand Down
Loading