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: |-