From e495bb8dd68e50e1861b8ceebefb2c1a15d33985 Mon Sep 17 00:00:00 2001 From: Steve Ayers Date: Mon, 4 Nov 2024 14:23:45 -0500 Subject: [PATCH] Upgrade to macos-13 (#1299) Signed-off-by: Steve Ayers --- .github/workflows/conformance-web.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conformance-web.yaml b/.github/workflows/conformance-web.yaml index c4d3f4a6b..af149aa89 100644 --- a/.github/workflows/conformance-web.yaml +++ b/.github/workflows/conformance-web.yaml @@ -25,7 +25,7 @@ jobs: include: - os: ubuntu-22.04 - browser: safari - os: macos-12 + os: macos-13 runs-on: ${{ matrix.os }} name: "${{ matrix.browser }} ${{ matrix.client }}" timeout-minutes: 10