From a9af75250e7e3b201a2f294d8607d9ee759b8060 Mon Sep 17 00:00:00 2001 From: Sean T Allen Date: Thu, 1 Feb 2024 22:34:01 -0500 Subject: [PATCH] Turn Arm MacOS bootstrapping on (#292) --- .github/workflows/pr.yml | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 4e4cd6b..f6d41d4 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -80,21 +80,20 @@ jobs: - name: Bootstrap test run: SSL=3.0.x .ci-scripts/test-bootstrap.sh - # turn on once we have a corral and ponyup nightly that can be used - # arm64-macos-bootstrap: - # name: arm64 MacOS bootstrap - # runs-on: macos-14 - # steps: - # - uses: actions/checkout@v3 - # - name: Install dependencies - # # libressl gets installed but is returning a non-zero exit code, - # # so we have to soldier on through the stupidity - # continue-on-error: true - # run: | - # brew update - # brew install libressl - # - name: Bootstrap test - # run: SSL=0.9.0 .ci-scripts/test-bootstrap.sh + arm64-macos-bootstrap: + name: arm64 MacOS bootstrap + runs-on: macos-14 + steps: + - uses: actions/checkout@v3 + - name: Install dependencies + # libressl gets installed but is returning a non-zero exit code, + # so we have to soldier on through the stupidity + continue-on-error: true + run: | + brew update + brew install libressl + - name: Bootstrap test + run: SSL=0.9.0 .ci-scripts/test-bootstrap.sh x86-64-macos-bootstrap: name: x86_64 MacOS bootstrap