Skip to content

Commit

Permalink
Merge branch 'release/2.3.1' into Commits_for_2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kuznetsss authored Feb 4, 2025
2 parents 9ca4c7a + 8a5a984 commit 44df7bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
conan_profile: clang
code_coverage: false
static: true
- os: macos14
- os: macos15
build_type: Release
code_coverage: false
static: false
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
image: rippleci/clio_ci:latest
conan_profile: clang
build_type: Debug
- os: macos14
- os: macos15
conan_profile: apple_clang_15
build_type: Release
runs-on: [self-hosted, "${{ matrix.os }}"]
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Clio(ConanFile):
'protobuf/3.21.9',
'grpc/1.50.1',
'openssl/1.1.1u',
'xrpl/2.3.0',
'xrpl/2.3.1',
'zlib/1.3.1',
'libbacktrace/cci.20210118'
]
Expand Down

0 comments on commit 44df7bf

Please sign in to comment.