]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
ci: Rename macOS binary jobs to match others
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 17 Aug 2025 12:23:47 +0000 (14:23 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 31 Aug 2025 08:30:48 +0000 (10:30 +0200)
.github/workflows/build.yaml

index d4345779f71e909de64a5a81a253e303bee6f1d3..04d35cad8a8f6117d37dece31352ff5ca7e7ba75 100644 (file)
@@ -342,18 +342,18 @@ jobs:
           name: linux-binary-x86_64
           path: install/bin/ccache
 
-  build_macos_universal:
+  build_macos_binary:
     timeout-minutes: 30
-    name: macOS universal binary
+    name: Build macOS binary
     runs-on: macos-15
     env:
       CMAKE_GENERATOR: Ninja
     steps:
       - name: Get source
         uses: actions/checkout@v4
-      - name: Build macOS universal binary
+      - name: Build macOS binary
         run: ci/build-macos-binary
-      - name: Archive universal binary
+      - name: Archive binary
         uses: actions/upload-artifact@v4
         with:
           name: macOS-binary