Skip to content

Commit 7bc5904

Browse files
committed
Use macOS 13 build
1 parent 1ff2593 commit 7bc5904

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_macos_x86_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ on:
1515
- '**/*.md'
1616

1717
jobs:
18-
build_wheels_macos_12:
18+
build_wheels_macos_13:
1919
name: ${{ matrix.os }} py${{ matrix.python-version }}
2020
runs-on: ${{ matrix.os }}
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
os: [ macos-12 ]
24+
os: [ macos-13 ]
2525
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12" ]
2626
env:
2727
RUNNER_OS: ${{ matrix.os }}

0 commit comments

Comments
 (0)