actionlint.yaml: remove workaround for macos-14

This commit is contained in:
Todd Schulman 2024-03-08 14:22:32 -05:00
parent 4348e06888
commit d3da1bbf06

View File

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