Skip to content

Commit 3d36c6d

Browse files
authored
chore: force os specific builds to actually run on the os they specify (#335)
1 parent d2afb34 commit 3d36c6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
pull_request:
66

7+
78
jobs:
89
main:
910
runs-on: ubuntu-latest
@@ -29,7 +30,7 @@ jobs:
2930
coveralls --service=github
3031
3132
tox:
32-
runs-on: ubuntu-latest
33+
runs-on: ${{ matrix.os }}
3334
strategy:
3435
matrix:
3536
os: [ubuntu-latest, macos-latest, windows-latest]

0 commit comments

Comments
 (0)