Skip to content

Commit aa6acd1

Browse files
committed
Update z3 for vtock
1 parent 85fed86 commit aa6acd1

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ on:
88
branches: [main]
99
types: [opened, synchronize, reopened, ready_for_review]
1010

11-
concurrency:
12-
group: ${{ github.head_ref || github.run_id }}
13-
cancel-in-progress: true
14-
1511
jobs:
1612
tests:
1713
strategy:
@@ -44,15 +40,11 @@ jobs:
4440
- name: Install fixpoint
4541
uses: ./.github/actions/install-fixpoint
4642

43+
# Older versions hang
4744
- name: Install Z3
4845
uses: cda-tum/[email protected]
4946
with:
50-
version: 4.12.1
51-
52-
- name: Install CVC5
53-
uses: ./.github/actions/install-cvc5
54-
with:
55-
version: 1.2.1
47+
version: 4.15.3
5648

5749
- name: Rust Cache
5850
uses: Swatinem/[email protected]

0 commit comments

Comments
 (0)