Skip to content

Commit

Permalink
Update publish-javadoc.yml workflow to use ubuntu-latest (robolec…
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 authored Nov 13, 2024
1 parent 2a17123 commit 8c67888
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 8c67888

Please sign in to comment.