Skip to content

Commit

Permalink
clang15
Browse files Browse the repository at this point in the history
  • Loading branch information
Clueliss committed Nov 10, 2023
1 parent 8caf088 commit 02d07af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-conan-branch-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
public_artifactory: true
os: ubuntu-22.04
compiler: clang-14
compiler: clang-15
cmake-version: 3.22.6
conan-version: 2.0.13
conan-options: -o boost/*:header_only=True
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
with:
public_artifactory: true
os: ubuntu-22.04
compiler: clang-14
compiler: clang-15
cmake-version: 3.22.6
conan-version: 2.0.13
conan-options: -o boost/*:header_only=True
secrets:
CONAN_USER: ${{ secrets.CONAN_USER }}
CONAN_PW: ${{ secrets.CONAN_PW }}

0 comments on commit 02d07af

Please sign in to comment.