Skip to content

Commit

Permalink
Fix YAML syntax for runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
dtarditi committed Nov 26, 2023
1 parent 74c919a commit c6a2eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-clang-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ env:
jobs:
test_CheckedC_Clang_on_windows :
name: Build Checked C clang and test it on Windows
runs-on: { self-hosted, Windows, X64 }
runs-on: [ self-hosted, Windows, X64 ]
steps:
- name: Checkout Checked C Clang code
uses: actions/checkout@v2
Expand Down

0 comments on commit c6a2eef

Please sign in to comment.