Skip to content

Commit 1cf494d

Browse files
committed
use macOS runner 13 instead of 12
1 parent cdfadfe commit 1cf494d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
strategy:
110110
fail-fast: false
111111
matrix:
112-
os: [ ubuntu-latest, windows-latest, macos-12, macos-14 ]
112+
os: [ ubuntu-latest, windows-latest, macos-13, macos-14 ]
113113
interpreter: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ]
114114
exclude:
115115
# actions/setup-python@v5 does not support 3.8 and 3.9 on arm64

0 commit comments

Comments
 (0)