Skip to content

Commit 162b1ae

Browse files
committed
chore: update macos to 13
1 parent ee718e3 commit 162b1ae

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/python_release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: Release Python
22

33
on:
44
push:
5-
tags:
6-
- "*"
5+
# tags:
6+
# - "*"
77
pull_request:
8-
branches:
9-
- main
10-
paths:
11-
- ".github/workflows/python_release.yml"
8+
# branches:
9+
# - main
10+
# paths:
11+
# - ".github/workflows/python_release.yml"
1212
workflow_dispatch:
1313

1414
permissions:
@@ -48,7 +48,7 @@ jobs:
4848
strategy:
4949
matrix:
5050
platform:
51-
- runner: macos-12
51+
- runner: macos-13
5252
target: x86_64
5353
- runner: macos-14
5454
target: aarch64

0 commit comments

Comments
 (0)