rhysd / actionlint

:octocat: Static checker for GitHub Actions workflow files
https://rhysd.github.io/actionlint/
MIT License
2.53k stars 151 forks source link

support macOS-14 runs on #393

Closed kapilt closed 4 months ago

kapilt commented 4 months ago

https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/

.github/workflows/ci.yml:135:29: label "macos-14" is unknown. available labels are "windows-latest", "windows-2022", "windows-2019", "windows-2016", "ubuntu-latest", "ubuntu-22.04", "ubuntu-20.04", "ubuntu-18.04", "macos-latest", "macos-latest-xl", "macos-13-xl", "macos-13", "macos-13.0", "macos-12-xl", "macos-12", "macos-12.0", "macos-11", "macos-11.0", "macos-10.15", "self-hosted", "x64", "arm", "arm64", "linux", "macos", "windows". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file [runner-label]
    |
135 |         os: [ubuntu-latest, "macos-14", windows-latest]
Jolg42 commented 4 months ago

It looks like there is already a PR about this here https://github.com/rhysd/actionlint/pull/392 👀 🙌🏼

rhysd commented 4 months ago

Closing as #392.

Jolg42 commented 4 months ago

@rhysd are you planning a release already maybe?

I did not find one yet for this, I checked for releases and tags at https://github.com/rhysd/actionlint/releases

Thanks 💚