We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a1392d commit cbf6598Copy full SHA for cbf6598
.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
@@ -128,10 +128,10 @@ jobs:
128
os: windows-2022
129
# macOS
130
131
132
use-dist: true
133
134
135
136
137
env:
@@ -357,7 +357,7 @@ jobs:
357
needs:
358
- binaries
359
- python-artifacts
360
- runs-on: macos-12
+ runs-on: macos-13
361
362
363
VERSION: ${{ needs.python-artifacts.outputs.version }}
0 commit comments