Skip to content

Commit

Permalink
1.0.0 -> 1.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtriley2p committed Dec 4, 2024
1 parent 7693a1f commit 31a5ff1
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, 1.0.0]
toolchain: [nightly, 1.0.0-beta.0]
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Install Nargo
uses: noir-lang/noirup@v0.1.3
with:
toolchain: 1.0.0
toolchain: 1.0.0-beta.0

- name: Run formatter
run: nargo fmt --check
Expand Down

0 comments on commit 31a5ff1

Please sign in to comment.