chore(ci): remove redundant runs-on directive
Some checks failed
Perl Tests / perl (5.20) (push) Failing after 56s
Perl Tests / perl (latest) (push) Failing after 49s
Perl Tests / perl (threaded) (push) Failing after 18s

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:
Kumi 2024-09-18 19:22:41 +02:00
parent 3529833404
commit 8403b138bc
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -10,9 +10,6 @@ on:
jobs:
perl:
runs-on: ubuntu-latest
strategy:
matrix:
perl-version: