From 004da9a70df1532dd329bfad354a236360683d94 Mon Sep 17 00:00:00 2001 From: aboyko Date: Mon, 31 Jul 2023 20:07:33 -0400 Subject: [PATCH] [GHA-Build] Correct osx vs linux incompatibility --- .github/workflows/clear_s3_cache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clear_s3_cache.yml b/.github/workflows/clear_s3_cache.yml index bf937454b..a3a525727 100644 --- a/.github/workflows/clear_s3_cache.yml +++ b/.github/workflows/clear_s3_cache.yml @@ -11,7 +11,7 @@ on: jobs: clear-s3-cache: - runs-on: ubuntu-latest + runs-on: macos-latest steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 with: