Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieupoumeyrolsonos committed Sep 10, 2024
1 parent 2f75f10 commit dd635e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/beta-and-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
rust: [ 1.75.0, beta ]
os: [ ubuntu-latest, macOS-latest ]
fail-fast: false
runs-on: {{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Rustup update
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
os: [ ubuntu-latest, macOS-latest ]
rust: [ stable, beta, nightly ]
fail-fast: false
runs-on: {{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Rustup update, install clippy
Expand Down

0 comments on commit dd635e2

Please sign in to comment.