We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f962d9c commit 06c303eCopy full SHA for 06c303e
.github/workflows/ci-conan.yml
@@ -27,7 +27,7 @@ jobs:
27
container: ubuntu:22.04
28
conanflags: ''
29
tests-env: 'JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64'
30
- - os: macos-latest
+ - os: macos-14
31
conanflags: '-o python_path=python3.11'
32
tests-env: ''
33
@@ -48,7 +48,7 @@ jobs:
48
python3 python3-pip python3-venv
49
50
- name: Install MacOS packages
51
- if: matrix.os == 'macos-latest'
+ if: matrix.os == 'macos-14'
52
run: |
53
brew update
54
brew tap mongodb/brew
@@ -66,7 +66,7 @@ jobs:
66
67
- name: Install common packages
68
69
- pip install "conan==2.8.0"
+ pip install conan
70
pip install numpy
71
${{ matrix.container && 'sudo -u test-user' }} conan profile detect
72
${{ matrix.container && 'sudo -u test-user' }} conan profile show
0 commit comments