We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94295be commit 3074f10Copy full SHA for 3074f10
.github/workflows/ci.yml
@@ -136,13 +136,15 @@ jobs:
136
sudo apt-get update
137
sudo apt-get install bzr
138
139
- - name: Install MacOS dependencies
+ - name: Install MacOS x86 dependencies
140
if: matrix.os == 'macos-12'
141
run: brew install breezy
142
143
+ - name: Install MacOS Arm dependencies
144
if: matrix.os == 'macos-14'
145
- run: brew install breezy
+ run: |
146
+ brew install breezy
147
+ brew install subversion
148
149
- run: pip install nox
150
0 commit comments