Skip to content

Commit

Permalink
misc(ci): fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeromos Kovács committed Nov 19, 2024
1 parent aa36476 commit ecfd136
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
include:
- os: macos-latest
target: apple
- os: ubuntu-latest
target: linux
- os: windows-latest
target: windows
os: [macos-latest, ubuntu-latest, windows-latest]

steps:
- uses: actions/checkout@v4
Expand All @@ -35,5 +29,5 @@ jobs:
- name: Upload executable
uses: actions/upload-artifact@v4
with:
name: cgol-tui_${{ matrix.target }}
name: cgol-tui_${{ matrix.os }}
path: target/release/cgol-tui*

0 comments on commit ecfd136

Please sign in to comment.