Skip to content

Commit

Permalink
Upgrade to conan 2.0.14 to see if that fixes MacOS CI build
Browse files Browse the repository at this point in the history
Signed-off-by: Gary Oberbrunner <[email protected]>
  • Loading branch information
garyo committed Nov 16, 2023
1 parent 67e72b9 commit 51eb968
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
vfx-cy: 2021
has_cmake_presets: false
buildtype: Release
conan_version: 2.0.4
conan_version: 2.0.14
cxx-standard: 17
cxx-compiler: clang++
cc-compiler: clang
Expand All @@ -38,7 +38,7 @@ jobs:
vfx-cy: 2022
has_cmake_presets: false
buildtype: Release
conan_version: 2.0.4
conan_version: 2.0.14
cxx-standard: 17
cxx-compiler: clang++
cc-compiler: clang
Expand All @@ -52,7 +52,7 @@ jobs:
vfx-cy: 2023
has_cmake_presets: false
buildtype: Release
conan_version: 2.0.4
conan_version: 2.0.14
cxx-standard: 17
cxx-compiler: clang++
cc-compiler: clang
Expand All @@ -65,7 +65,7 @@ jobs:
container: null
has_cmake_presets: true
buildtype: Release
conan_version: 2.0.4
conan_version: 2.0.14
cxx-standard: 17
cxx-compiler: clang++
cc-compiler: clang
Expand All @@ -77,7 +77,7 @@ jobs:
container: null # See the null value here
has_cmake_presets: true
buildtype: Release
conan_version: 2.0.4
conan_version: 2.0.14
cxx-standard: 17
cxx-compiler: clang++
cc-compiler: clang
Expand All @@ -89,7 +89,7 @@ jobs:
container: null
has_cmake_presets: true
buildtype: Release
conan_version: 2.0.4
conan_version: 2.0.14
cxx-standard: 17
cxx-compiler: clang++
cc-compiler: clang
Expand Down

0 comments on commit 51eb968

Please sign in to comment.