Skip to content

Commit 671abe3

Browse files
committed
ci: try macos free-threading
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent d06251f commit 671abe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
name: cibw on ${{ matrix.runs-on }}
5050
steps:
5151
- uses: actions/checkout@v4
52-
- uses: pypa/cibuildwheel@v2.18
52+
- uses: pypa/cibuildwheel@main
5353
with:
5454
package-dir: projects/hello-free-threading
5555
env:

0 commit comments

Comments
 (0)