Skip to content

Commit 275471e

Browse files
committed
Run PR tests only on ubuntu
1 parent 3a71f07 commit 275471e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-pr-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name: "run-pr-tests"
1111
on: [push, pull_request]
1212
jobs:
1313
run-pr-tests:
14-
runs-on: ${{ matrix.os }}
14+
runs-on: ubuntu-latest # ${{ matrix.os }}
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest, windows-latest]

0 commit comments

Comments
 (0)