This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new d53c6b39 Allow for missing Subversion
d53c6b39 is described below
commit d53c6b39da4b873b9e901f3c4c5b29c1e7c1924d
Author: Sebb <[email protected]>
AuthorDate: Thu Apr 25 12:33:36 2024 +0100
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 aea0ee98..eb1ed68a 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: