Skip to content

Commit

Permalink
ci: fix typo in matrix.os
Browse files Browse the repository at this point in the history
  • Loading branch information
gerwin3 committed Jun 12, 2023
1 parent cf1c3fb commit a60fd94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:

build:
runs-on: ${{ matrix.os }}}
runs-on: ${{ matrix.os }}

strategy:
matrix:
Expand All @@ -31,7 +31,7 @@ jobs:
run: cargo build --release

test:
runs-on: ${{ matrix.os }}}
runs-on: ${{ matrix.os }}

strategy:
matrix:
Expand Down

0 comments on commit a60fd94

Please sign in to comment.