Skip to content

Commit

Permalink
fix os spec
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis committed Mar 4, 2024
1 parent 5bc15b6 commit 79577be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
unittests:
name: ${{ matrix.os }}, ${{ matrix.environment-file }}
runs-on: ${{ matrix.os }}-latest
runs-on: ${{ matrix.os }}
timeout-minutes: 30
strategy:
fail-fast: false
Expand Down

0 comments on commit 79577be

Please sign in to comment.