Skip to content

Commit

Permalink
what does this do
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Jan 18, 2024
1 parent a5e150a commit 4b1f955
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-simulators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
build-simulators:
strategy:
matrix:
os: ["ubuntu-latest", "macOS-latest", "windows-latest"]
target: [
bootloader,
gantry-x,
Expand All @@ -30,7 +31,7 @@ jobs:
pipettes-96,
]
name: ${{ matrix.target }} simulator
runs-on: "ubuntu-20.04"
runs-on: ${{ matrix.os }}
timeout-minutes: 10
steps:
- name: Checkout ot3-firmware repo
Expand Down

0 comments on commit 4b1f955

Please sign in to comment.