From d3da1bbf06a22b00f466cf5b734e38a415844403 Mon Sep 17 00:00:00 2001 From: Todd Schulman Date: Fri, 8 Mar 2024 14:22:32 -0500 Subject: [PATCH] actionlint.yaml: remove workaround for `macos-14` --- .github/actionlint.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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.