From e7e5af1579743c344a44734c57b4b285b36d59d0 Mon Sep 17 00:00:00 2001 From: Geoff Martin Date: Tue, 22 Oct 2024 15:34:09 +0100 Subject: [PATCH] Adding missing ',' in ci script. --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a4917bb..ab3f9c3 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: true matrix: - os: [ubuntu-latest, windows-11, macos-ventura, [ubuntu-22.04 ARM64]] + os: [ubuntu-latest, windows-11, macos-ventura, [ubuntu-22.04, ARM64]] runs-on: [self-hosted, "${{ matrix.os }}"] steps: