Skip to content

Commit

Permalink
Adding missing ',' in ci script.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmartin82 committed Oct 22, 2024
1 parent 9069f95 commit e7e5af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e7e5af1

Please sign in to comment.