You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/publish-release.yml
+8-34
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,10 @@ on:
15
15
default: clang-17
16
16
cmake-version:
17
17
type: string
18
-
default: 3.21.7
18
+
default: 3.24.0
19
19
conan-version:
20
20
type: string
21
-
default: 1.60.1
21
+
default: 2.3.0
22
22
conan-options:
23
23
type: string
24
24
use-tag: # if true an existing tag/release is update; otherwise the job fails. If true the job will also fail if the tag doesn't match the version reported via conan.
0 commit comments