Skip to content

Commit d4f5496

Browse files
committed
feat ci: fix Conan runs on MacOS
Tests: протестировано CI Pull Request resolved: #1016 commit_hash:d6c6512db40a499af33d15cc36818c968640bd01
1 parent e50ba7f commit d4f5496

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-conan.yml

Lines changed: 2 additions & 2 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

0 commit comments

Comments
 (0)