Skip to content

Commit

Permalink
Fix build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kerristrasz authored Jun 26, 2024
1 parent d319be6 commit 3b30762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
jobs:
test:
name: Tests (${{matrix.os}})
runs-on: ${{matrix.os}
runs-on: ${{matrix.os}}
strategy:
matrix:
os:
Expand Down

0 comments on commit 3b30762

Please sign in to comment.