From 3335a1ff0348c70d1d4e4303981d86e8d32e04be Mon Sep 17 00:00:00 2001 From: Charlie Vanaret Date: Sat, 16 Nov 2024 14:16:22 +0100 Subject: [PATCH] [CI] Fixed identical names --- .github/workflows/build-macos.yml | 2 +- .github/workflows/build-windows.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 10aee652..8574d526 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -1,6 +1,6 @@ # This starter workflow is for a CMake project running on a single platform. There is a different starter workflow if you need cross-platform coverage. # See: https://github.com/actions/starter-workflows/blob/main/ci/cmake-multi-platform.yml -name: Build on Windows and macOS +name: Build on macOS on: push: diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index d15d61d3..e21b09e9 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -1,6 +1,6 @@ # This starter workflow is for a CMake project running on a single platform. There is a different starter workflow if you need cross-platform coverage. # See: https://github.com/actions/starter-workflows/blob/main/ci/cmake-multi-platform.yml -name: Build on Windows and macOS +name: Build on Windows on: push: