From: Joel Rosdahl Date: Sun, 17 Aug 2025 12:23:47 +0000 (+0200) Subject: ci: Rename macOS binary jobs to match others X-Git-Tag: v4.12~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8a88d647ef9dc5a22dc5bd3f66e7b019d4c6d763;p=thirdparty%2Fccache.git ci: Rename macOS binary jobs to match others --- diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d4345779..04d35cad 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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