From 449d735601daa15b8d78046761742e252d0ef889 Mon Sep 17 00:00:00 2001 From: ClementTsang <34804052+ClementTsang@users.noreply.github.com> Date: Wed, 22 Feb 2023 00:01:28 -0500 Subject: [PATCH] ci: specify where part of the CI workflow is --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7bf9dd6..e1da142e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,10 @@ # # Unsupported platforms run the following tasks: # - cargo check +# +# Note that not all platforms are tested using this CI action! There are some +# tested by Cirrus CI due to (free) platform limitations on GitHub. Currently, +# this is just macOS M1 and FreeBSD. name: ci