Skip to content

Commit

Permalink
Merge pull request #1976 from kevinbackhouse/ConanVersionMacOS
Browse files Browse the repository at this point in the history
Try a newer version of Conan.
  • Loading branch information
kevinbackhouse authored Oct 20, 2021
2 parents 0ae85cc + d91cb9d commit 3db71f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_PR_mac_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: install dependencies
run: |
brew install ninja
pip3 install conan==1.39.0
pip3 install conan==1.41.0
- name: Run Conan
run: |
Expand Down

0 comments on commit 3db71f6

Please sign in to comment.