Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saharNooby committed Jan 30, 2024
1 parent 1012458 commit 3d5218d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 3d5218d

Please sign in to comment.