Skip to content

Commit e66babf

Browse files
committed
CI: fixing macos
1 parent 7f143e1 commit e66babf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- macos
78
tags:
89
- 'v*'
910

@@ -14,10 +15,10 @@ jobs:
1415
strategy:
1516
matrix:
1617
include:
17-
- name: linux
18-
os: ubuntu-24.04
18+
# - name: linux
19+
# os: ubuntu-24.04
1920
- name: macos
20-
os: macos-12
21+
os: macos-13
2122

2223
steps:
2324
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)