From 2080f9ecf2d0910017bf035d0d4fe0d2b4eb5417 Mon Sep 17 00:00:00 2001 From: David Gonzalez Martin Date: Mon, 7 Oct 2024 06:34:03 -0600 Subject: [PATCH] Update MacOS CI from 14 to 15 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4eed7b..b93b41f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: run: | ./project.sh test all macos_build_and_test: - runs-on: macos-latest + runs-on: macos-15 timeout-minutes: 15 steps: - name: Checkout