Skip to content

Commit

Permalink
Merge pull request #58 from AdrienChampion/master
Browse files Browse the repository at this point in the history
v1.10.0
  • Loading branch information
AdrienChampion authored May 16, 2022
2 parents 1c9a5d1 + b6dd940 commit 90d3489
Show file tree
Hide file tree
Showing 13 changed files with 351 additions and 202 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ jobs:
]
include:
- os: macos-latest
Z3_DOWNLOAD: "https://github.com/Z3Prover/z3/releases/download/z3-4.8.7/z3-4.8.7-x64-osx-10.14.6.zip"
# - os: windows-latest
# Z3_DOWNLOAD: "https://github.com/Z3Prover/z3/releases/download/z3-4.8.10/ z3-4.8.10-x64-win.zip"
Z3_DOWNLOAD: "https://github.com/Z3Prover/z3/releases/download/z3-4.8.17/z3-4.8.17-x64-osx-10.16.zip"
- os: ubuntu-latest
Z3_DOWNLOAD: "https://github.com/Z3Prover/z3/releases/download/z3-4.8.7/z3-4.8.7-x64-ubuntu-16.04.zip"
Z3_DOWNLOAD: "https://github.com/Z3Prover/z3/releases/download/z3-4.8.17/z3-4.8.17-x64-glibc-2.31.zip"

runs-on: ${{ matrix.os }}

Expand Down
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Cargo
# will have compiled files and executables
/target/
/src/common/revision.rs
/src/common/revision.rs
.vscode
.DS_Store
Loading

0 comments on commit 90d3489

Please sign in to comment.