chore(ci): remove redundant runs-on
directive
Removed the `runs-on: ubuntu-latest` directive from the GitHub Actions workflow for Perl, as the runner configuration is being standardized elsewhere in the workflow. This helps in reducing duplication and potential errors in CI configuration.
This commit is contained in:
parent
3529833404
commit
8403b138bc
1 changed files with 0 additions and 3 deletions
3
.github/workflows/perl.yml
vendored
3
.github/workflows/perl.yml
vendored
|
@ -10,9 +10,6 @@ on:
|
|||
|
||||
jobs:
|
||||
perl:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
perl-version:
|
||||
|
|
Loading…
Reference in a new issue