Skip to content

Commit 0722805

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

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 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
@@ -145,14 +145,14 @@ jobs:
145145
# support GHC 9.12 yet.
146146
stack_900:
147147
machine:
148-
image: default
148+
image: ubuntu-24.04:current
149149
steps:
150150
- stack_build_and_test:
151151
stack_yaml_file: "stack.yaml"
152152
extra_build_flags: "--flag liquidhaskell-boot:devel"
153153
cabal_9122:
154154
machine:
155-
image: default
155+
image: ubuntu-24.04:current
156156
steps:
157157
- cabal_build_and_test:
158158
ghc_version: "9.12.2"

.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)