Skip to content

Commit

Permalink
add os matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Jun 13, 2024
1 parent 9d5518b commit 10162a7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@ on:
- "worker/**"

jobs:
install-dependencies:
runs-on: ubuntu-20.04
binary:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 3
matrix:
os: [ windows-latest, ubuntu-20.04 ]

steps:
- name: 🐙 Checkout GitHub repo (+ download lfs dependencies)
uses: actions/checkout@v3
Expand Down

0 comments on commit 10162a7

Please sign in to comment.