supposedly this will work

This commit is contained in:
Jean-Paul Calderone 2023-08-09 09:28:42 -04:00
parent d56ac6d6a2
commit e04340f30a

View File

@ -141,8 +141,12 @@ workflows:
- "finish-coverage-report":
requires:
- "Windows Server 2022, Python 3.9"
- "Windows Server 2022, Python 3.11"
# Referencing the job by "alias" (as CircleCI calls the mapping
# key) instead of the value of its "name" property causes us to
# require every instance of the job from its matrix expansion. So
# this requirement is enough to require every Windows Server 2022
# job.
- "windows-server-2022"
images:
<<: *IMAGES