Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu-latest workflows will use Ubuntu-24.04 image and SVN fails #163

Closed
CarlosLongarela opened this issue Jan 20, 2025 · 1 comment
Closed
Milestone

Comments

@CarlosLongarela
Copy link

Describe the bug
Since January 17th, when I execute this workflow fails, because latest Ubuntu was changed to 24.04 and doesn't include svn by default (Ubuntu-latest workflows will use Ubuntu-24.04 image actions/runner-images#10636)

Solution
Changed to use Ubuntu 22.04 and works again (runs-on: ubuntu-22.04)

Maybe you'll like to change the default runs-on or install SVN in the new default image.

Kind regards, Carlos Longarela.

@jeffpaul jeffpaul added this to the 2.3.0 milestone Jan 20, 2025
@jeffpaul
Copy link
Member

Fixed in #160, will be resolved with the 2.3.0 release this week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants