We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e50ba7f commit d4f5496Copy full SHA for d4f5496
1 file changed
.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
0 commit comments