From e8a54a7ea57ddeb3496257ba45c752cd3209ba46 Mon Sep 17 00:00:00 2001 From: Randolph Settgast Date: Fri, 5 Jul 2024 23:23:25 -0700 Subject: [PATCH] comment out mac ci build --- .github/workflows/ci_tests.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 49e7fb3115..28bcfcbcc3 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -238,14 +238,14 @@ jobs: GCP_BUCKET: geosx/ubuntu22.04-gcc11 RUNS_ON: Runner_4core_16GB - mac_builds: - needs: - - is_not_draft_pull_request - runs-on: macos-14-xlarge - steps: - - run: sysctl -n hw.physicalcpu - - run: sysctl -h hw.memsize - - run: sysctl -n machdep.cpu.brand_string + # mac_builds: + # needs: + # - is_not_draft_pull_request + # runs-on: macos-14-xlarge + # steps: + # - run: sysctl -n hw.physicalcpu + # - run: sysctl -h hw.memsize + # - run: sysctl -n machdep.cpu.brand_string # If the 'ci: run CUDA builds' PR label is found, the cuda jobs run immediately along side linux jobs.