File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2934,7 +2934,7 @@ buildvariants:
2934
2934
- name : ocsp-test-macos-v4.4-py3.9
2935
2935
tasks :
2936
2936
- name : .ocsp-rsa !.ocsp-staple
2937
- display_name : OCSP test MacOS v4.4 py3.9
2937
+ display_name : OCSP test macOS v4.4 py3.9
2938
2938
run_on :
2939
2939
- macos-14
2940
2940
batchtime : 20160
@@ -2947,7 +2947,7 @@ buildvariants:
2947
2947
- name : ocsp-test-macos-v8.0-py3.13
2948
2948
tasks :
2949
2949
- name : .ocsp-rsa !.ocsp-staple
2950
- display_name : OCSP test MacOS v8.0 py3.13
2950
+ display_name : OCSP test macOS v8.0 py3.13
2951
2951
run_on :
2952
2952
- macos-14
2953
2953
batchtime : 20160
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ class Host:
43
43
44
44
HOSTS ["rhel8" ] = Host ("rhel8" , "rhel87-small" , "RHEL8" )
45
45
HOSTS ["win64" ] = Host ("win64" , "windows-64-vsMulti-small" , "Win64" )
46
- HOSTS ["macos" ] = Host ("macos" , "macos-14" , "MacOS " )
46
+ HOSTS ["macos" ] = Host ("macos" , "macos-14" , "macOS " )
47
47
48
48
49
49
# Helper functions.
You can’t perform that action at this time.
0 commit comments