Skip to content

Commit a34784f

Browse files
Update the version of z3 used in CI to 4.15.1
1 parent 5190b7b commit a34784f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ commands:
1010
name: Install z3
1111
command: |
1212
# Config version
13-
z3version="z3-4.8.17"
14-
z3distributiontype="x64-glibc-2.31"
13+
z3version="z3-4.15.1"
14+
z3distributiontype="x64-glibc-2.39"
1515
z3full="${z3version}-${z3distributiontype}"
1616
1717
# Download and install

.github/workflows/cabal.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
ghc:
1919
- "9.12.2"
2020
z3:
21-
- "4.10.2"
21+
- "4.15.1"
2222

2323
steps:
2424
- uses: actions/checkout@v4
@@ -29,6 +29,7 @@ jobs:
2929
uses: pavpanchekha/setup-z3@6b2d476d7a9227e0d8d2b94f73cd9fcba91b5e98
3030
with:
3131
version: ${{ matrix.z3 }}
32+
distribution: glibc-2.39
3233

3334
- name: Workaround runner image issue
3435
# https://github.com/actions/runner-images/issues/7061

0 commit comments

Comments
 (0)