Skip to content

Commit

Permalink
run on self hosted macos
Browse files Browse the repository at this point in the history
  • Loading branch information
shichengripple001 authored and ximinez committed Aug 9, 2024
1 parent 5bfa08c commit 766fac3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/macos2.yml.hold
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:
# Disable warnings as errors temporarily
# CMAKE_ARGS: "-G Ninja -Dwerr=ON -Dwextra=ON -DBoost_ARCHITECTURE=-x64 -DBoost_NO_SYSTEM_PATHS=ON -DCMAKE_VERBOSE_MAKEFILE=ON"
CMAKE_ARGS: "-G Ninja -DBoost_ARCHITECTURE=-x64 -DBoost_NO_SYSTEM_PATHS=ON -DCMAKE_VERBOSE_MAKEFILE=ON"
homebrew_packages: 'protobuf grpc pkg-config bash ninja cmake wget zstd libarchive [email protected] ccache'
homebrew_packages: 'protobuf grpc pkg-config bash ninja cmake wget zstd libarchive [email protected] ccache llvm'
srcdir: ${{ github.workspace }}/rippled
builddir: ${{ github.workspace }}/rippled/build/macos
# This can't be used in the if: clauses
Expand All @@ -35,7 +35,7 @@ env:
jobs:
macos_cache:
name: Seed MacOS dependencies
runs-on: "macos-latest"
runs-on: "big-sur"
timeout-minutes: 720
if: ${{ !contains(github.event.head_commit.message, 'ci_run_') || contains(github.event.head_commit.message, 'ci_run_mac') }}
outputs:
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
# and the jobs appear to be pretty reliable so far.
name: MacOS ${{ matrix.build.BLD_CONFIG }}
needs: macos_cache
runs-on: "macos-latest"
runs-on: "big-sur"
timeout-minutes: 720
strategy:
fail-fast: false
Expand Down Expand Up @@ -405,7 +405,7 @@ jobs:
# Can't access env in the name, so hard code
name: MacOS IPv6 test runner Debug
needs: [ macos_cache, macos ]
runs-on: "macos-latest"
runs-on: "big-sur"
timeout-minutes: 720
strategy:
fail-fast: false
Expand Down

0 comments on commit 766fac3

Please sign in to comment.