From ebd097bdbebba9b7a364563312b017eccdae49a3 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 24 Mar 2024 03:48:05 +0000 Subject: [PATCH] ci: shorter names for deltachat-rpc-server jobs --- .github/workflows/deltachat-rpc-server.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deltachat-rpc-server.yml b/.github/workflows/deltachat-rpc-server.yml index 4ef781fd2..c15a275ed 100644 --- a/.github/workflows/deltachat-rpc-server.yml +++ b/.github/workflows/deltachat-rpc-server.yml @@ -21,7 +21,7 @@ jobs: # Build a version statically linked against musl libc # to avoid problems with glibc version incompatibility. build_linux: - name: Build deltachat-rpc-server for Linux + name: Linux strategy: fail-fast: false matrix: @@ -45,7 +45,7 @@ jobs: if-no-files-found: error build_windows: - name: Build deltachat-rpc-server for Windows + name: Windows strategy: fail-fast: false matrix: @@ -69,7 +69,7 @@ jobs: if-no-files-found: error build_macos: - name: Build deltachat-rpc-server for macOS + name: macOS strategy: fail-fast: false matrix: @@ -95,7 +95,7 @@ jobs: if-no-files-found: error build_android: - name: Build deltachat-rpc-server for Android + name: Android strategy: fail-fast: false matrix: