Skip to content

Commit

Permalink
gix(ci): typo runs-on: matrix.os
Browse files Browse the repository at this point in the history
  • Loading branch information
Juarez Rudsatz authored and juarezr committed Sep 23, 2024
1 parent 6fc31b5 commit 41b0ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
jobs:
releasing:
name: releasing
runs-on: ${{ matrix.platform }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
Expand Down

0 comments on commit 41b0ab9

Please sign in to comment.