From 1c0258e5d6e2c41e3ada52bb7fa6cc809e8f3e7d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 21 Aug 2021 15:43:44 +0200 Subject: [PATCH] Make wxMSW CI builds name more consistent with the other ones No real changes, this is purely cosmetic. --- .github/workflows/ci_msw_cross.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_msw_cross.yml b/.github/workflows/ci_msw_cross.yml index 88ea846a2d..d8e6041f81 100644 --- a/.github/workflows/ci_msw_cross.yml +++ b/.github/workflows/ci_msw_cross.yml @@ -1,5 +1,5 @@ # CI workflow cross-building wxMSW under Linux. -name: wxMSW cross-build +name: MSW cross-builds on: push: