From 7c76c4a1b6159f4f09b70384a560727bf83556a0 Mon Sep 17 00:00:00 2001 From: John Blischak Date: Thu, 11 Apr 2024 16:42:00 -0400 Subject: [PATCH] Run SO copying workflow on macos-13 to avoid SIP (#2435) --- .github/workflows/python-so-copying.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-so-copying.yml b/.github/workflows/python-so-copying.yml index 2d0d49bedf..2370e6fd0a 100644 --- a/.github/workflows/python-so-copying.yml +++ b/.github/workflows/python-so-copying.yml @@ -139,7 +139,7 @@ jobs: ./venv-soma/bin/python -c "import tiledbsoma; print(tiledbsoma.pytiledbsoma.version())" macos: - runs-on: macos-12 + runs-on: macos-13 name: "macos TILEDB_EXISTS: ${{ matrix.TILEDB_EXISTS }} TILEDBSOMA_EXISTS: ${{ matrix.TILEDBSOMA_EXISTS }}" strategy: fail-fast: false @@ -153,6 +153,8 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 # for setuptools-scm + - name: Check if System Integrity Protection (SIP) is enabled + run: csrutil status - name: Install pre-built libtiledb if: ${{ matrix.TILEDB_EXISTS == 'yes' }} run: |