From 9e9a4e74bc6413d4a7bbe3305ca23ad541fb5547 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Mon, 11 Mar 2024 13:42:33 +0200 Subject: [PATCH] Try running the tests on macos-14 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a592a13..5d3cd30 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ on: jobs: tests: - runs-on: macos-13 + runs-on: macos-14 steps: - name: Checkout code and snapshots