Use same Conan version on macOS as on other platforms.

This commit is contained in:
Kevin Backhouse
2021-10-04 11:52:54 +01:00
parent c9638bb36b
commit a0cff1258c
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ name: Mac Matrix on PRs
on: [pull_request]
jobs:
windows:
MacOS:
name: 'MacOS - clang, BuildType:${{matrix.build_type}}, SHARED:${{matrix.shared_libraries}}'
runs-on: macos-latest
@@ -19,7 +19,7 @@ jobs:
- name: install dependencies
run: |
brew install ninja
pip3 install conan==1.36.0
pip3 install conan==1.39.0
- name: Run Conan
run: |
+1 -1
View File
@@ -97,7 +97,7 @@ jobs:
- name: install dependencies
run: |
brew install ninja
pip3 install conan==1.36.0
pip3 install conan==1.39.0
- name: Conan
run: |
+1 -1
View File
@@ -67,7 +67,7 @@ jobs:
brew install ninja
brew install tree
brew install gettext
pip3 install conan==1.36.0
pip3 install conan==1.39.0
brew install doxygen
brew install graphviz