Merge pull request #16859 from toobuntu/actionlint

actionlint.yaml: remove workaround for `macos-14`
This commit is contained in:
Ruoyu Zhong 2024-03-09 04:08:27 +08:00 committed by GitHub
commit cd1f040949
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,6 @@
self-hosted-runner:
# Labels of self-hosted runner in array of strings.
labels:
# TODO: technically not a self-hosted runner but avoids errors until a new
# version of actionlint is released.
- macos-14
labels: []
# Configuration variables in array of strings defined in your repository or
# organization. `null` means disabling configuration variables check.
# Empty array means no configuration variable is allowed.