Skip to content

Commit f4fe206

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

+4-4
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:
@@ -67,6 +67,6 @@ workflows:
6767
version: 2
6868
all-tests:
6969
jobs:
70-
- osx-python3.12
71-
- linux-python3.12
70+
- osx-python312
71+
- linux-python312
7272
- linux-aarch64

0 commit comments

Comments
 (0)