Skip to content

Commit

Permalink
comment out mac ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
rrsettgast committed Jul 6, 2024
1 parent 5f6fc66 commit e8a54a7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e8a54a7

Please sign in to comment.