From 3d5218d49f3d08d579e16451e0f15d12fbe3715f Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 30 Jan 2024 14:14:27 +0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e732db8..26cade2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -112,8 +112,7 @@ jobs: rwkv-${{ env.BRANCH_NAME }}-${{ steps.commit.outputs.short }}-bin-${{ steps.system-info.outputs.OS_TYPE }}-${{ steps.system-info.outputs.OS_NAME }}-${{ steps.system-info.outputs.OS_VERSION }}-${{ steps.system-info.outputs.CPU_ARCH }}.zip macOS-x86_64-cmake: - # If macOS-latest gets auto updated to the M1 architecture - # consider switching to macos-12 or macos-13 + # If macOS-latest gets auto updated to the M1 architecture, consider switching to macos-12 or macos-13. runs-on: macOS-latest continue-on-error: true @@ -172,7 +171,7 @@ jobs: rwkv-${{ env.BRANCH_NAME }}-${{ steps.commit.outputs.short }}-bin-${{ steps.system-info.outputs.OS_TYPE }}-${{ steps.system-info.outputs.OS_NAME }}-${{ steps.system-info.outputs.OS_VERSION }}-${{ steps.system-info.outputs.CPU_ARCH }}.zip macOS-arm64-cmake: - # Currently macos arm, is only on v14 + # Currently, MacOS ARM is only on v14. # https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners runs-on: macos-14