diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml index 9ddf78eba3510..97ba215778c25 100644 --- a/.github/actionlint.yaml +++ b/.github/actionlint.yaml @@ -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.