Skip to content

Commit

Permalink
Actually use os
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Oct 31, 2023
1 parent c31aed0 commit c80778d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/back-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- "lowest"
- "locked"
- "highest"
runs-on: "ubuntu-22.04"
runs-on: "${{ matrix.os }}"
timeout-minutes: 5
steps:
-
Expand Down

0 comments on commit c80778d

Please sign in to comment.