We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c81ee4f commit 356378aCopy full SHA for 356378a
1 file changed
.github/workflows/bld_wheels_and_upload.yml
@@ -5,7 +5,7 @@ on:
5
pull_request:
6
push:
7
branches:
8
- - master
+ - python314_supoort
9
# Sequence of patterns matched against refs/tags
10
tags:
11
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
@@ -86,7 +86,7 @@ jobs:
86
87
build_wheels_macos_arm64:
88
name: Build wheels on macOS ARM64
89
- runs-on: macos-14
+ runs-on: macos-latest
90
strategy:
91
matrix:
92
architecture: [arm64]
@@ -106,7 +106,7 @@ jobs:
106
107
build_wheels_macos_x86:
108
name: Build wheels for macOS x86_64
109
- runs-on: macos-13
110
111
112
architecture: [x86_64]
0 commit comments