Skip to content

Commit

Permalink
use ref
Browse files Browse the repository at this point in the history
  • Loading branch information
ncitron committed Apr 17, 2024
1 parent b99f458 commit 41ab902
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: release
on:
workflow_call:
workflow_dispatch:
pull_request:
push:

jobs:
build:
Expand All @@ -13,12 +13,12 @@ jobs:
include:
- os: macos-14
triple: aarch64-apple-darwin
- os: macos-13
triple: x86_64-apple-darwin
- os: buildjet-32vcpu-ubuntu-2004
triple: x86_64-unknown-linux-gnu
- os: buildjet-32vcpu-ubuntu-2204-arm
triple: aarch64-unknown-linux-gnu
# - os: macos-13
# triple: x86_64-apple-darwin
# - os: buildjet-32vcpu-ubuntu-2004
# triple: x86_64-unknown-linux-gnu
# - os: buildjet-32vcpu-ubuntu-2204-arm
# triple: aarch64-unknown-linux-gnu
runs-on: ${{ matrix.os }}
steps:
- name: Install nightly toolchain
Expand All @@ -42,7 +42,7 @@ jobs:
submodules: "recursive"
path: rust
fetch-depth: 0
branch: jolt
ref: jolt

- name: Build
run: make build-toolchain
Expand Down

0 comments on commit 41ab902

Please sign in to comment.