Skip to content

Commit e41d372

Browse files
committed
fix
1 parent 5f169a7 commit e41d372

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/benchmark.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- master
77
pull_request:
88

9+
env:
10+
MINIMUM_NOIR_VERSION: 1.0.0-beta.18
11+
912
jobs:
1013
test:
1114
name: Benchmark library
@@ -27,7 +30,7 @@ jobs:
2730
- name: Install bb
2831
run: |
2932
curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/next/barretenberg/bbup/install | bash
30-
~/.bb/bbup -nv 1.0.0-beta.17
33+
~/.bb/bbup -nv ${{ env.MINIMUM_NOIR_VERSION }}
3134
3235
- name: Build Noir benchmark programs
3336
run: nargo export

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88

99
env:
10-
MINIMUM_NOIR_VERSION: 1.0.0-beta.17
10+
MINIMUM_NOIR_VERSION: v1.0.0-beta.5
1111

1212
jobs:
1313
noir-version-list:
@@ -68,7 +68,7 @@ jobs:
6868
uses: actions/checkout@v4
6969

7070
- name: Install Nargo
71-
uses: noir-lang/[email protected].3
71+
uses: noir-lang/[email protected].4
7272
with:
7373
toolchain: ${{ env.MINIMUM_NOIR_VERSION }}
7474

0 commit comments

Comments
 (0)