actionlint.yaml: add workaround for macos-13

This commit is contained in:
Ruoyu Zhong 2023-04-25 17:55:22 +08:00
parent 6eaa0b2940
commit f729127fae
No known key found for this signature in database
GPG Key ID: DCAF462CAB59907D

View File

@ -2,6 +2,9 @@ self-hosted-runner:
# Labels of self-hosted runner in array of strings.
labels:
- 11-arm64
# FIXME: Remove `macos-13` when resolved:
# https://github.com/rhysd/actionlint/issues/296
- macos-13
# 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.