Skip to content

Commit

Permalink
upgrade otcommon to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justusranvier committed Jan 31, 2024
1 parent 5d1cbf7 commit dd62d2b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
platform: [macos-14-intel, macos-14-arm, windows-2022]
include:
- platform: macos-14-intel
runner: 'macos-13-large'
runner: 'macos-14-large'
triplet: 'x64-osx-14'
- platform: macos-14-arm
runner: 'macos-13-xlarge'
runner: 'macos-14-xlarge'
triplet: 'arm64-osx-14'
- platform: windows-2022
runner: 'windows-2022-xl8'
Expand Down
3 changes: 2 additions & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@
"boost-type-index",
"boost-unordered",
"cmakerc",
"frozen",
"gtest",
"libguarded",
"libsodium",
"lmdb",
"openssl",
{
"name": "otcommon",
"version>=": "2.0.0"
"version>=": "3.0.0"
},
"protobuf",
{
Expand Down

0 comments on commit dd62d2b

Please sign in to comment.