From 370a86014f2230f5dcd0d42063bdd6ea7ba762ee Mon Sep 17 00:00:00 2001 From: Ayke van Laethem Date: Mon, 31 Mar 2025 17:58:19 +0200 Subject: [PATCH] ci: rename build-macos.yml to macos.yml This is consistent with the other files, and IMHO is better since we don't just build for MacOS (but also run a bunch of tests). --- .github/workflows/{build-macos.yml => macos.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{build-macos.yml => macos.yml} (100%) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/macos.yml similarity index 100% rename from .github/workflows/build-macos.yml rename to .github/workflows/macos.yml