From aa896c5f0954614276cf3f7dc537a3233006fcee Mon Sep 17 00:00:00 2001 From: Paolo Veronelli Date: Fri, 3 May 2024 08:35:28 +0100 Subject: [PATCH] Use macos-13 in E2E --- .github/workflows/e2e-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-macos.yml b/.github/workflows/e2e-macos.yml index b888b73f2b1..e740f0c4459 100644 --- a/.github/workflows/e2e-macos.yml +++ b/.github/workflows/e2e-macos.yml @@ -19,7 +19,7 @@ defaults: jobs: test: - runs-on: macos-latest + runs-on: macos-13 env: TESTS_E2E_FIXTURES: ${{ secrets.TESTS_E2E_FIXTURES }}