Skip to content

Commit bb26db7

Browse files
committed
Fixing macos by untapping broken brew casks
1 parent f82ecbc commit bb26db7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ commands:
4646
- run:
4747
name: Preparing environment - Brew
4848
command: |
49+
brew --version
50+
brew untap Homebrew/homebrew-cask-versions
51+
brew untap adoptopenjdk/openjdk
4952
brew update
5053
brew upgrade git
5154
brew install fish
@@ -120,7 +123,7 @@ jobs:
120123
py_version:
121124
type: string
122125
macos:
123-
xcode: "13.4.1"
126+
xcode: "15.3.0"
124127
steps:
125128
- macos:
126129
py_version: << parameters.py_version >>

0 commit comments

Comments
 (0)