Skip to content

Commit a72cd8a

Browse files
committed
Update comment
1 parent 741d885 commit a72cd8a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pre.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,8 @@ case "${host_arch}" in
156156
xscale | arm | armv*l | loongarch64 | ppc | ppc64 | ppc64le | riscv64 | s390x | sun4v) ;;
157157
# Ignore MIPS for now, as we also need to detect endianness.
158158
mips | mips64) bail "MIPS runner is not supported yet by this action; if you need support for this platform, please submit an issue at <https://github.com/taiki-e/cache-cargo-install-action>" ;;
159-
# GitHub Actions Runner supports x86_64/AArch64/Arm Linux, x86_64/AArch64 Windows,
160-
# and x86_64/AArch64 macOS.
161-
# https://github.com/actions/runner/blob/v2.321.0/.github/workflows/build.yml#L21
159+
# GitHub Actions Runner supports x86_64/AArch64/Arm Linux and x86_64/AArch64 Windows/macOS.
160+
# https://github.com/actions/runner/blob/v2.332.0/.github/workflows/build.yml#L24
162161
# https://docs.github.com/en/actions/reference/runners/self-hosted-runners#supported-processor-architectures
163162
# And IBM provides runners for powerpc64le/s390x Linux.
164163
# https://github.com/IBM/actionspz

0 commit comments

Comments
 (0)