From 7139f9ddbdf80411d2b3d77a7668b9483e13ec42 Mon Sep 17 00:00:00 2001 From: Sam Sneddon Date: Thu, 17 Oct 2024 22:16:53 -0700 Subject: [PATCH] [GitHub Actions Safari] Set the display color profile It remains the case that many tests expect an sRGB color space, so set the color profile appropriately. --- .github/workflows/safari-wptrunner.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/safari-wptrunner.yml b/.github/workflows/safari-wptrunner.yml index 6368a02e4e8af6..0860533dc92a39 100644 --- a/.github/workflows/safari-wptrunner.yml +++ b/.github/workflows/safari-wptrunner.yml @@ -36,6 +36,9 @@ jobs: uses: actions/checkout@v4.1.0 with: fetch-depth: 1 + - name: Set display color profile + run: |- + ./wpt macos-color-profile - name: Enable safaridriver diagnostics if: inputs.safaridriver-diagnose run: |-