We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 745a6c5 commit 83b80a6Copy full SHA for 83b80a6
.github/workflows/nightly.yml
@@ -46,14 +46,17 @@ jobs:
46
matrix:
47
include:
48
- os: macos15
49
+ conan_profile: apple_clang_16
50
build_type: Release
51
integration_tests: false
52
- os: heavy
53
+ conan_profile: gcc
54
55
container:
56
image: rippleci/clio_ci:latest
57
integration_tests: true
58
59
60
build_type: Debug
61
62
@@ -148,7 +151,7 @@ jobs:
148
151
tags: |
149
152
type=raw,value=nightly
150
153
type=raw,value=${{ github.sha }}
- artifact_name: clio_server_Linux_Release
154
+ artifact_name: clio_server_Linux_Release_gcc
155
strip_binary: true
156
publish_image: ${{ github.event_name != 'pull_request' }}
157
0 commit comments