Skip to content

Commit bf96088

Browse files
committed
test test
1 parent e5be50a commit bf96088

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [ubuntu-24.04, ubuntu-24.04-arm, macos-13, macos-14, macos-15, windows-2022]
17-
release: [v3.7.0, v4.1.0, v4.2.0, main]
16+
os: [ubuntu-24.04-arm]
17+
release: [main]
1818
runs-on: ${{ matrix.os }}
1919
steps:
2020
- name: Checkout
@@ -45,6 +45,8 @@ jobs:
4545
working-directory: zephyr
4646
shell: bash
4747
run: |
48+
sudo dmesg
49+
cat /proc/cpuinfo
4850
if [ "${{ runner.os }}" = "macOS" ]; then
4951
EXTRA_TWISTER_FLAGS="-P native_sim --build-only"
5052
elif [ "${{ runner.os }}" = "Windows" ]; then

0 commit comments

Comments
 (0)