File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141
141
- target : aarch64-apple-darwin
142
142
os : macos-14
143
143
- target : x86_64-apple-darwin
144
- os : macos-12
144
+ os : macos-13
145
145
146
146
steps :
147
147
- name : Checkout code
Original file line number Diff line number Diff line change @@ -125,10 +125,10 @@ jobs:
125
125
os : windows-2022
126
126
# macOS
127
127
- target : aarch64-apple-darwin
128
- os : macos-12
128
+ os : macos-13
129
129
use-dist : true
130
130
- target : x86_64-apple-darwin
131
- os : macos-12
131
+ os : macos-13
132
132
use-dist : true
133
133
134
134
env :
@@ -354,7 +354,7 @@ jobs:
354
354
needs :
355
355
- binaries
356
356
- python-artifacts
357
- runs-on : macos-12
357
+ runs-on : macos-13
358
358
359
359
env :
360
360
VERSION : ${{ needs.python-artifacts.outputs.version }}
You can’t perform that action at this time.
0 commit comments