Skip to content

Commit 849bcd8

Browse files
committed
Merge branch 'master' of https://github.com/daducci/COMMIT into release/v2.4.2
2 parents 32f6c38 + 5a11e2e commit 849bcd8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build_wheels.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,23 +59,23 @@ jobs:
5959
[
6060
{
6161
py: cp38,
62-
arch: [x86_64, macosx_x86_64, 12.0, macos-13]
62+
arch: [x86_64, macosx_x86_64, 12.0, macos-14]
6363
},
6464
{
6565
py: cp39,
66-
arch: [x86_64, macosx_x86_64, 12.0, macos-13]
66+
arch: [x86_64, macosx_x86_64, 12.0, macos-14]
6767
},
6868
{
6969
py: cp310,
70-
arch: [x86_64, macosx_x86_64, 12.0, macos-13]
70+
arch: [x86_64, macosx_x86_64, 12.0, macos-14]
7171
},
7272
{
7373
py: cp311,
74-
arch: [x86_64, macosx_x86_64, 12.0, macos-13]
74+
arch: [x86_64, macosx_x86_64, 12.0, macos-14]
7575
},
7676
{
7777
py: cp312,
78-
arch: [x86_64, macosx_x86_64, 12.0, macos-13]
78+
arch: [x86_64, macosx_x86_64, 12.0, macos-14]
7979
},
8080
{
8181
py: cp38,

0 commit comments

Comments
 (0)