From d53c6b39da4b873b9e901f3c4c5b29c1e7c1924d Mon Sep 17 00:00:00 2001 From: Sebb Date: Thu, 25 Apr 2024 12:33:36 +0100 Subject: [PATCH] Allow for missing Subversion --- .github/workflows/unittestlib.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unittestlib.yml b/.github/workflows/unittestlib.yml index aea0ee98dc..eb1ed68ab4 100644 --- a/.github/workflows/unittestlib.yml +++ b/.github/workflows/unittestlib.yml @@ -15,7 +15,8 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, ubuntu-20.04, ubuntu-22.04] + # Subversion not currently present on macos-13+ + os: [macos-12, ubuntu-20.04, ubuntu-22.04] ruby: [2.7, 3.1] # 2.7 not supported on 22.04 exclude: