Skip to content

Commit

Permalink
Add Z3 4.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
atomb committed Apr 9, 2024
1 parent 3d9e7f9 commit 3bccf3b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,29 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, ubuntu-20.04, macos-11, macos-12, windows-2019]
os: [ubuntu-22.04, ubuntu-20.04,
windows-2019, windows-2022]
solver: [z3-4.8.5, z3-4.12.1, z3-4.12.6]
arch: [x64]
solver: [z3-4.8.5, z3-4.12.1]
include:
- os: macos-11
arch: arm64
solver: z3-4.12.1
- os: macos-12
arch: arm64
solver: z3-4.12.1
- os: macos-13
arch: arm64
solver: z3-4.12.1
- os: macos-11
arch: arm64
solver: z3-4.12.6
- os: macos-12
arch: arm64
solver: z3-4.12.6
- os: macos-13
arch: arm64
solver: z3-4.12.6
steps:
- name: Check out
uses: actions/checkout@v3
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "repos/z3-4.12.1"]
path = repos/z3-4.12.1
url = https://github.com/z3prover/z3
[submodule "repos/z3-4.12.6"]
path = repos/z3-4.12.6
url = https://github.com/z3prover/z3
1 change: 1 addition & 0 deletions repos/z3-4.12.6
Submodule z3-4.12.6 added at fa2c0e

0 comments on commit 3bccf3b

Please sign in to comment.