Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugging macos CI failures #2916

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Fixing macos by untapping broken brew casks
  • Loading branch information
omry committed Jun 19, 2024
commit bb26db78adaab8be3673e82b9a3ba1c95acca98c
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -46,6 +46,9 @@ commands:
- run:
name: Preparing environment - Brew
command: |
brew --version
brew untap Homebrew/homebrew-cask-versions
brew untap adoptopenjdk/openjdk
brew update
brew upgrade git
brew install fish
@@ -120,7 +123,7 @@ jobs:
py_version:
type: string
macos:
xcode: "13.4.1"
xcode: "15.3.0"
steps:
- macos:
py_version: << parameters.py_version >>
Loading