From 2accd760fe655e0301385da22b737f3ed7addcd9 Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Fri, 11 Nov 2022 09:58:33 +0800 Subject: [PATCH] ci: Rename ci.yml to macos.yml for consistence with main branch Otherwise github actions would show a bit confusing Signed-off-by: Yonggang Luo Part-of: --- .github/workflows/{ci.yml => macos.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{ci.yml => macos.yml} (100%) diff --git a/.github/workflows/ci.yml b/.github/workflows/macos.yml similarity index 100% rename from .github/workflows/ci.yml rename to .github/workflows/macos.yml