Skip to content

Commit 06c303e

Browse files
authored
Update ci-conan.yml
1 parent f962d9c commit 06c303e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-conan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
container: ubuntu:22.04
2828
conanflags: ''
2929
tests-env: 'JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64'
30-
- os: macos-latest
30+
- os: macos-14
3131
conanflags: '-o python_path=python3.11'
3232
tests-env: ''
3333

@@ -48,7 +48,7 @@ jobs:
4848
python3 python3-pip python3-venv
4949
5050
- name: Install MacOS packages
51-
if: matrix.os == 'macos-latest'
51+
if: matrix.os == 'macos-14'
5252
run: |
5353
brew update
5454
brew tap mongodb/brew
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Install common packages
6868
run: |
69-
pip install "conan==2.8.0"
69+
pip install conan
7070
pip install numpy
7171
${{ matrix.container && 'sudo -u test-user' }} conan profile detect
7272
${{ matrix.container && 'sudo -u test-user' }} conan profile show

0 commit comments

Comments
 (0)