Skip to content

Commit cd12275

Browse files
committed
uname
1 parent cce0579 commit cd12275

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ env:
1313
RUSTFLAGS: -Dwarnings
1414

1515
jobs:
16+
uname:
17+
name: ${{matrix.runner}}
18+
runs-on: ${{matrix.runner}}
19+
strategy:
20+
fail-fast: false
21+
matrix:
22+
runner: [macos-14, macos-14-intel, macos-15, macos-15-intel]
23+
steps:
24+
- run: uname -a
25+
1626
pre_ci:
1727
uses: dtolnay/.github/.github/workflows/pre_ci.yml@master
1828

0 commit comments

Comments
 (0)