Skip to content

Commit

Permalink
ci: Enable vcpkg build on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Oct 25, 2023
1 parent 5c56442 commit f1c4f9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@ jobs:
build_with_vcpkg_installed_z3:
strategy:
matrix:
build: [windows] # [linux, macos, windows]
build: [macos, windows] # [linux, macos, windows]
include:
# - build: linux
# os: ubuntu-latest
# vcpkg_triplet: x64-linux
# - build: macos
# os: macos-latest
# vcpkg_triplet: x64-osx
- build: macos
os: macos-latest
vcpkg_triplet: x64-osx
- build: windows
os: windows-latest
vcpkg_triplet: x64-windows-static-md
Expand Down

0 comments on commit f1c4f9c

Please sign in to comment.