From 28c9f5fc2422f57f3f6c201605ffbcadb6de6a1f Mon Sep 17 00:00:00 2001 From: Chris Arriola Date: Thu, 25 Apr 2024 13:33:53 -0700 Subject: [PATCH] Use macos-14 for Crane. --- .github/workflows/Crane.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Crane.yaml b/.github/workflows/Crane.yaml index c0077bd864..4fb6b5caa7 100644 --- a/.github/workflows/Crane.yaml +++ b/.github/workflows/Crane.yaml @@ -25,7 +25,7 @@ jobs: test: needs: build - runs-on: ubuntu-latest + runs-on: macos-14 timeout-minutes: 30 strategy: matrix: