Skip to content

Commit 0638154

Browse files
committed
CI: try new workflow
1 parent f796a7f commit 0638154

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/rust.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,13 @@ on:
2222
- 'valgrind.supp'
2323
jobs:
2424
check:
25+
strategy:
26+
matrix:
27+
os: [macos-latest, windows-latest, ubuntu-latest]
2528
if: github.event.pull_request.draft == false
26-
uses: DoumanAsh/douman-ci/.github/workflows/rust.yml@master
29+
uses: DoumanAsh/douman-ci/.github/workflows/rust.yml@refactoring_runs_on
2730
with:
28-
os-matrix: '["macos-latest", "windows-latest", "ubuntu-latest"]'
31+
runs-on: ${{ matrix.os }}
2932
min-rustc-version: "1.82.0"
3033
valgrind: true
3134
valgrind_flags: "--suppressions=valgrind.supp"

0 commit comments

Comments
 (0)