Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hermanventer committed Jul 1, 2024
1 parent a94a8c7 commit a54592b
Show file tree
Hide file tree
Showing 5 changed files with 206 additions and 214 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mirai_on_mirai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
build_with_vcpkg_installed_z3:
strategy:
matrix:
build: [linux, macos, windows]
build: [ linux, macos, windows ]
include:
- build: linux
os: ubuntu-latest
vcpkg_triplet: x64-linux
- build: macos
os: macos-latest
vcpkg_triplet: x64-osx
vcpkg_triplet: arm-osx
- build: windows
os: windows-latest
vcpkg_triplet: x64-windows-static-md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
id: vcpkg
with:
pkgs: z3
triplet: x64-osx
triplet: arm-osx
cache-key: macos-latest
revision: master
token: ${{ github.token }}
Expand Down
Loading

0 comments on commit a54592b

Please sign in to comment.