Skip to content

Commit

Permalink
Updated the ubuntu version for the carrot github action because githu…
Browse files Browse the repository at this point in the history
…b dropped support for 18.04 (#8299)
  • Loading branch information
KevinCLydon committed Apr 28, 2023
1 parent 0374937 commit dd35fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/carrot_run_test_from_pr_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [created]
jobs:
publish-test:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Parse comment
uses: broadinstitute/[email protected]
Expand Down

0 comments on commit dd35fa9

Please sign in to comment.