Skip to content

Commit

Permalink
fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmachado committed Jan 2, 2025
1 parent 5ba979f commit 77b8286
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 @@ -8,8 +8,8 @@ on:

jobs:
build-and-run-tests:
name: Build and Run Tests (${{ matrix.os }}-${{ matrix.arch }})
runs-on: [ self-hosted, Linux, ${{ matrix.arch }} ]
name: "Build and Run Tests (${{ matrix.os }}-${{ matrix.arch }})"
runs-on: [ self-hosted, Linux, "${{ matrix.arch }}" ]
strategy:
matrix:
arch: [ ARM64, X64 ]
Expand Down

0 comments on commit 77b8286

Please sign in to comment.