From 4f2b52cc27afb9551c15f18e65d168f1f9f202d7 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Fri, 12 Apr 2024 14:42:18 -0400 Subject: [PATCH] [Backport release-1.9] [python/cip] Run SO copying workflow on macos-13 to avoid SIP --- .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: |