Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
purofle authored Dec 30, 2023
1 parent 0e4f1f4 commit a1ae9ca
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ on:
branches: [ "main" ]

jobs:
windows-build:
name: windows build
runs-on: windows-latest
build:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]

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

steps:
- uses: actions/checkout@v3

Expand All @@ -27,4 +31,4 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4.0.0
with:
path: build/compose
path: build/compose/binaries

0 comments on commit a1ae9ca

Please sign in to comment.