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 72f7def commit 55dd840Copy full SHA for 55dd840
.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-12
+ os: macos-13
145
146
steps:
147
- name: Checkout code
.github/workflows/build-hatch.yml
@@ -125,10 +125,10 @@ jobs:
125
os: windows-2022
126
# macOS
127
128
129
use-dist: true
130
131
132
133
134
env:
@@ -354,7 +354,7 @@ jobs:
354
needs:
355
- binaries
356
- python-artifacts
357
- runs-on: macos-12
+ runs-on: macos-13
358
359
360
VERSION: ${{ needs.python-artifacts.outputs.version }}
0 commit comments