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 @@ -128,10 +128,10 @@ jobs:
128
128
os : windows-2022
129
129
# macOS
130
130
- target : aarch64-apple-darwin
131
- os : macos-12
131
+ os : macos-13
132
132
use-dist : true
133
133
- target : x86_64-apple-darwin
134
- os : macos-12
134
+ os : macos-13
135
135
use-dist : true
136
136
137
137
env :
@@ -357,7 +357,7 @@ jobs:
357
357
needs :
358
358
- binaries
359
359
- python-artifacts
360
- runs-on : macos-12
360
+ runs-on : macos-13
361
361
362
362
env :
363
363
VERSION : ${{ needs.python-artifacts.outputs.version }}
You can’t perform that action at this time.
0 commit comments