Skip to content

Commit

Permalink
bump workflow v from 0.35 to 0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
iAmMichaelConnor committed Nov 5, 2024
1 parent 89c49b2 commit f85884c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [nightly, 0.35.0]
toolchain: [nightly, 0.36.0]
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Install Nargo
uses: noir-lang/[email protected]
with:
toolchain: 0.35.0
toolchain: 0.36.0

- name: Run formatter
working-directory: ./lib
Expand Down

0 comments on commit f85884c

Please sign in to comment.