From bfbc725f0e942dc23cd87d0d9d6da0c7f73d09a2 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Mon, 30 May 2022 19:15:32 -0700 Subject: [PATCH] glfw: CI: standardize M1 CI name Signed-off-by: Stephen Gutekanst --- glfw/.github/workflows/m1_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glfw/.github/workflows/m1_ci.yml b/glfw/.github/workflows/m1_ci.yml index 768b19ad..72c59944 100644 --- a/glfw/.github/workflows/m1_ci.yml +++ b/glfw/.github/workflows/m1_ci.yml @@ -1,4 +1,4 @@ -name: CI +name: M1 on: # SECURITY: This must be a push event only, otherwise our M1 mac runner would be compromised by # third-party pull requests which could run arbitrary code. This way, we can restrict it to