Skip to content

Commit

Permalink
Update publish-javadoc.yml workflow to use ubuntu-latest
Browse files Browse the repository at this point in the history
Update the publish-javadoc workflow to run on `ubuntu-latest` instead of `ubuntu-22.04`.
  • Loading branch information
MGaetan89 committed Nov 13, 2024
1 parent 2a17123 commit 15fdfa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
jobs:
publish-javadoc:
name: Publish javadoc
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

steps:
- name: Extract Robolectric version
Expand Down

0 comments on commit 15fdfa2

Please sign in to comment.