From dd635e2bb239372e75f04231f178db384e454fc8 Mon Sep 17 00:00:00 2001 From: Mathieu Poumeyrol Date: Tue, 10 Sep 2024 08:50:48 +0200 Subject: [PATCH] syntax --- .github/workflows/beta-and-nightly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beta-and-nightly.yml b/.github/workflows/beta-and-nightly.yml index 5c27ba2af6..c6522979de 100644 --- a/.github/workflows/beta-and-nightly.yml +++ b/.github/workflows/beta-and-nightly.yml @@ -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 @@ -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