File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 1818 ghc :
1919 - " 9.12.2"
2020 z3 :
21- - " 4.10.2 "
21+ - " 4.15.1 "
2222
2323 steps :
2424 - uses : actions/checkout@v4
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
You can’t perform that action at this time.
0 commit comments