Skip to content

Commit

Permalink
fix: name each matrix os properly
Browse files Browse the repository at this point in the history
  • Loading branch information
kauefraga authored May 4, 2024
1 parent 2b4c90a commit 4ea7be3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ jobs:
matrix:
include:
- name: linux-amd64
runner: ubuntu-latest
os: ubuntu-latest
target: x86_64-unknown-linux-gnu
- name: win-amd64
runner: windows-latest
os: windows-latest
target: x86_64-pc-windows-msvc
- name: macos-amd64
runner: macos-latest
os: macos-latest
target: x86_64-apple-darwin
- name: macos-arm64
runner: macos-latest
os: macos-latest
target: aarch64-apple-darwin
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 4ea7be3

Please sign in to comment.