Skip to content

Commit

Permalink
Allow for missing Subversion
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Apr 25, 2024
1 parent a9a500d commit d53c6b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unittestlib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d53c6b3

Please sign in to comment.