forked from matplotlib/matplotlib
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit fd452d2
Switch macOS 12 runner images to macOS 13 (matplotlib#28972)
* Switch macOS 12 runner images to macOS 13
These are going away soon, so let's see how this works out.
actions/runner-images#10721
* ci: Force Homebrew to overwrite the image Python
We don't care about system Python, as we use `actions/setup-python` (on
GitHub) or `UsePythonVersion` (on Azure), which install in some other
location and adjust the `PATH`. But occasionally, Homebrew will fail to
update these files because they didn't come from Homebrew, so just
silence its complaints.1 parent c236102 commit fd452d2
File tree
3 files changed
+25
-10
lines changed- .github/workflows
3 files changed
+25
-10
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
127 | - | ||
127 | + | ||
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
100 | - | ||
100 | + | ||
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
| |||
188 | 188 |
| |
189 | 189 |
| |
190 | 190 |
| |
191 | - | ||
192 | - | ||
193 | - | ||
194 | - | ||
195 | - | ||
196 | - | ||
197 | - | ||
191 | + | ||
192 | + | ||
193 | + | ||
194 | + | ||
195 | + | ||
196 | + | ||
197 | + | ||
198 | + | ||
199 | + | ||
200 | + | ||
201 | + | ||
202 | + | ||
198 | 203 |
| |
199 | 204 |
| |
200 | 205 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
114 | - | ||
114 | + | ||
115 | + | ||
116 | + | ||
117 | + | ||
118 | + | ||
119 | + | ||
120 | + | ||
121 | + | ||
122 | + | ||
123 | + | ||
124 | + | ||
115 | 125 |
| |
116 | 126 |
| |
117 | 127 |
| |
|
0 commit comments