diff --git a/.github/workflows/ci.yml b/.github/workflows/build.yml similarity index 95% rename from .github/workflows/ci.yml rename to .github/workflows/build.yml index 70c3f914643..574a29fbc53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: CI +name: Build on: workflow_call: @@ -16,7 +16,7 @@ jobs: include: - os: macos-14 triple: aarch64-apple-darwin - #- os: macos-13 + # - os: macos-13 # triple: x86_64-apple-darwin - os: ubuntu-20.04 triple: x86_64-unknown-linux-gnu @@ -38,7 +38,7 @@ jobs: # sudo apt-get update # sudo apt-get -y install gcc-riscv64-unknown-elf - - name: Install nightly toolchain + - name: Install rust toolchain id: rustc-toolchain uses: actions-rs/toolchain@v1 with: @@ -64,7 +64,6 @@ jobs: uses: actions/checkout@v3 with: submodules: "recursive" - ref: zisk path: rust fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7d3f35ee3b1..390537a4a8d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: jobs: build: - uses: ./.github/workflows/ci.yml + uses: ./.github/workflows/build.yml secrets: inherit release: