From f9bb5e271b6f37bc4da080238d85e6ca4fcce33c Mon Sep 17 00:00:00 2001 From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Wed, 22 Jan 2025 11:44:29 -0700 Subject: [PATCH] workaround issue with jing-trang 20241231 (#1401) by not running jing on macos. homebrew recently updated from 20220510 -> 20241231. --- .github/workflows/macos.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 40dc5b530..53b76f87e 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -92,9 +92,8 @@ jobs: brew install ninja brew install docbook docbook-xsl fop gnu-sed # brew install is taking forever on macos-11, skip jing-trang and all it's dependencies. - if [ "${{ matrix.os }}" != "macos-11" ]; then - brew install jing-trang - fi + # jing 20241231 is failing with "Unknown XPath version 0", https://github.com/relaxng/jing-trang/issues/284 + #brew install jing-trang - name: Script env: