Skip to content

Commit

Permalink
Fixing macos by untapping broken brew casks
Browse files Browse the repository at this point in the history
  • Loading branch information
omry committed Jun 19, 2024
1 parent f82ecbc commit bb26db7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 >>
Expand Down

0 comments on commit bb26db7

Please sign in to comment.