Skip to content

Commit ab8774c

Browse files
committed
Run the CI on mac and windows
1 parent 15f4fab commit ab8774c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ jobs:
1414
build:
1515
env:
1616
QT_QPA_PLATFORM: offscreen
17-
runs-on: ubuntu-latest
1817
strategy:
1918
matrix:
19+
os: [ubuntu-latest, macos-latest, windows-latest]
2020
include:
2121
- qt: '5.15.2'
2222
rust: stable
2323
- qt: '5.9.9'
2424
rust: stable
2525
- qt: '5.12.9'
2626
rust: nightly
27-
27+
runs-on: ${{ matrix.os }}
2828
steps:
2929
- uses: actions/checkout@v2
3030
- uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)