Skip to content

Commit cbf6598

Browse files
authored
Update macOS runners (#1855)
1 parent 3a1392d commit cbf6598

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/workflows/build-distributions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
- target: aarch64-apple-darwin
142142
os: macos-14
143143
- target: x86_64-apple-darwin
144-
os: macos-12
144+
os: macos-13
145145

146146
steps:
147147
- name: Checkout code

Diff for: .github/workflows/build-hatch.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@ jobs:
128128
os: windows-2022
129129
# macOS
130130
- target: aarch64-apple-darwin
131-
os: macos-12
131+
os: macos-13
132132
use-dist: true
133133
- target: x86_64-apple-darwin
134-
os: macos-12
134+
os: macos-13
135135
use-dist: true
136136

137137
env:
@@ -357,7 +357,7 @@ jobs:
357357
needs:
358358
- binaries
359359
- python-artifacts
360-
runs-on: macos-12
360+
runs-on: macos-13
361361

362362
env:
363363
VERSION: ${{ needs.python-artifacts.outputs.version }}

0 commit comments

Comments
 (0)