From 02212c3e2d00c5eaab44e6317e092897f210d7cd Mon Sep 17 00:00:00 2001 From: Jonathan Carroll Otsuka Date: Tue, 2 Apr 2024 21:55:44 -0500 Subject: [PATCH] Lets try to comment out macos-14 to see if it is an issue with that runner. --- .github/workflows/earthly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/earthly.yml b/.github/workflows/earthly.yml index bf299d0..6aa7986 100644 --- a/.github/workflows/earthly.yml +++ b/.github/workflows/earthly.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: runner: - - macos-14 + # - macos-14 - ubuntu-latest runs-on: ${{ matrix.runner }} steps: