Skip to content

Commit af8fc1f

Browse files
committed
update display name
1 parent 301db6a commit af8fc1f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2934,7 +2934,7 @@ buildvariants:
29342934
- name: ocsp-test-macos-v4.4-py3.9
29352935
tasks:
29362936
- 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
29382938
run_on:
29392939
- macos-14
29402940
batchtime: 20160
@@ -2947,7 +2947,7 @@ buildvariants:
29472947
- name: ocsp-test-macos-v8.0-py3.13
29482948
tasks:
29492949
- 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
29512951
run_on:
29522952
- macos-14
29532953
batchtime: 20160

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Host:
4343

4444
HOSTS["rhel8"] = Host("rhel8", "rhel87-small", "RHEL8")
4545
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")
4747

4848

4949
# Helper functions.

0 commit comments

Comments
 (0)