From b36703be873ad2cfced8d7c9ea370fe6b5bc60af Mon Sep 17 00:00:00 2001 From: Steve Ayers Date: Mon, 17 Jun 2024 14:09:57 -0400 Subject: [PATCH] Switch to macos 12 Signed-off-by: Steve Ayers --- .github/workflows/web-conformance.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/web-conformance.yaml b/.github/workflows/web-conformance.yaml index 610f18abb..c4a119b5e 100644 --- a/.github/workflows/web-conformance.yaml +++ b/.github/workflows/web-conformance.yaml @@ -42,7 +42,7 @@ jobs: - name: testwebfirefoxconformance run: make testwebfirefoxconformance safari: - runs-on: macos-11 + runs-on: macos-12 steps: - name: checkout uses: actions/checkout@v4