Skip to content

Commit 356378a

Browse files
committed
test workflow file
1 parent c81ee4f commit 356378a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/bld_wheels_and_upload.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66
push:
77
branches:
8-
- master
8+
- python314_supoort
99
# Sequence of patterns matched against refs/tags
1010
tags:
1111
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
@@ -86,7 +86,7 @@ jobs:
8686

8787
build_wheels_macos_arm64:
8888
name: Build wheels on macOS ARM64
89-
runs-on: macos-14
89+
runs-on: macos-latest
9090
strategy:
9191
matrix:
9292
architecture: [arm64]
@@ -106,7 +106,7 @@ jobs:
106106

107107
build_wheels_macos_x86:
108108
name: Build wheels for macOS x86_64
109-
runs-on: macos-13
109+
runs-on: macos-latest
110110
strategy:
111111
matrix:
112112
architecture: [x86_64]

0 commit comments

Comments
 (0)