Skip to content

Commit

Permalink
Use ubuntu-22.04 # 22.04 contains svn, 24.04 doesn't
Browse files Browse the repository at this point in the history
Use spaces, not tabs
  • Loading branch information
garydgregory committed Dec 21, 2024
1 parent 599ef42 commit 2bbe629
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ permissions:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04 # 22.04 contains svn, 24.04 doesn't
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
</dependencies>

<build>
<!-- include the site goal to detect problems previously encountered with maven-plugin-plugin 3.9.0 -->
<!-- include the site goal to detect problems previously encountered with maven-plugin-plugin 3.9.0 -->
<defaultGoal>clean verify apache-rat:check spotbugs:check pmd:check pmd:cpd-check javadoc:javadoc site</defaultGoal>
<resources>
<resource>
Expand Down

0 comments on commit 2bbe629

Please sign in to comment.