From 622c531d6652cfaa5a69a020bc8dcef538046398 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Tue, 24 Mar 2026 19:18:31 +0100 Subject: [PATCH] Improve workflow names --- .github/workflows/linux-arm64.yml | 2 +- .github/workflows/linux.yml | 2 +- .github/workflows/macos-intel.yml | 2 +- .github/workflows/macos.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linux-arm64.yml b/.github/workflows/linux-arm64.yml index ec452d67..c5d461c6 100644 --- a/.github/workflows/linux-arm64.yml +++ b/.github/workflows/linux-arm64.yml @@ -1,4 +1,4 @@ -name: Build LVGL MicroPython on Linux for ARM64 +name: Build LVGL MicroPython on Linux for arm64 on: push: diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index c27e0082..f541afd3 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -1,4 +1,4 @@ -name: Build LVGL MicroPython on Linux +name: Build LVGL MicroPython for Linux x64, esp32 and esp32s3 on: push: diff --git a/.github/workflows/macos-intel.yml b/.github/workflows/macos-intel.yml index 94f3bb6b..fdef4483 100644 --- a/.github/workflows/macos-intel.yml +++ b/.github/workflows/macos-intel.yml @@ -1,4 +1,4 @@ -name: Build LVGL MicroPython for MacOS +name: Build LVGL MicroPython for MacOS Intel, esp32 and esp32s3 on: push: diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 6bb95577..2173be5e 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -1,4 +1,4 @@ -name: Build LVGL MicroPython for MacOS +name: Build LVGL MicroPython for MacOS arm64 (M1), esp32 and esp32s3 on: push: