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 f16441f commit 0ec5403Copy full SHA for 0ec5403
.github/workflows/build-distributions.yml
@@ -141,7 +141,7 @@ jobs:
141
- target: aarch64-apple-darwin
142
os: macos-14
143
- target: x86_64-apple-darwin
144
- os: macos-13
+ os: macos-14-large
145
146
steps:
147
- name: Checkout code
.github/workflows/build-hatch.yml
@@ -128,10 +128,10 @@ jobs:
128
os: windows-2022
129
# macOS
130
131
+ os: macos-14
132
use-dist: true
133
134
135
136
137
env:
0 commit comments