Revert "Disable MacOS CI jobs" (#8806)

This closes INCIDENT-126. Thanks @nycnewman!

CHANGELOG_BEGIN
CHANGELOG_END
This commit is contained in:
Gary Verhaegen 2021-02-10 12:59:03 +01:00 committed by GitHub
parent bdf4095735
commit 8c45fd6afd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,6 @@ jobs:
- template: report-end.yml
- job: macOS
condition: false
dependsOn:
- da_ghc_lib
- check_for_release
@ -313,7 +312,6 @@ jobs:
- template: report-end.yml
- job: compatibility_macos
condition: false
dependsOn:
- da_ghc_lib
- check_for_release
@ -542,8 +540,10 @@ jobs:
#
# release only run on releases and is skipped otherwise.
if [[ "$(Linux.status)" != "Succeeded"
|| "$(macOS.status)" != "Succeeded"
|| "$(Windows.status)" != "Succeeded"
|| "$(compatibility_linux.status)" != "Succeeded"
|| "$(compatibility_macos.status)" != "Succeeded"
|| "$(compatibility_windows.status)" != "Succeeded"
|| "$(release.status)" == "Canceled" ]]; then
exit 1