Skip to content

Commit 416b041

Browse files
committed
Fix job name error on CircleCI
1 parent fac47c4 commit 416b041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ commands:
2424
no_output_timeout: 30m
2525

2626
jobs:
27-
osx-python3.12:
27+
osx-python312:
2828
macos:
2929
xcode: 15.4.0
3030
resource_class: macos.m1.medium.gen1
@@ -35,7 +35,7 @@ jobs:
3535
- cibw_prepare_environment
3636
- cibw_run_tests
3737

38-
linux-python3.12:
38+
linux-python312:
3939
docker:
4040
- image: cimg/python:3.12
4141
environment:

0 commit comments

Comments
 (0)