Skip to content

Commit

Permalink
chore: force os specific builds to actually run on the os they specify (
Browse files Browse the repository at this point in the history
  • Loading branch information
sighphyre authored Nov 26, 2024
1 parent d2afb34 commit 3d36c6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
pull_request:


jobs:
main:
runs-on: ubuntu-latest
Expand All @@ -29,7 +30,7 @@ jobs:
coveralls --service=github
tox:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
Expand Down

0 comments on commit 3d36c6d

Please sign in to comment.