diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 07f78ac..a8fc2f2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,8 +13,8 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-24.04, ubuntu-24.04-arm, macos-13, macos-14, macos-15, windows-2022] - release: [v3.7.0, v4.1.0, v4.2.0, main] + os: [ubuntu-24.04-arm] + release: [main] runs-on: ${{ matrix.os }} steps: - name: Checkout @@ -45,6 +45,12 @@ jobs: working-directory: zephyr shell: bash run: | + sudo dmesg + cat /proc/cpuinfo + lspci + ip link + ip addr + lsusb if [ "${{ runner.os }}" = "macOS" ]; then EXTRA_TWISTER_FLAGS="-P native_sim --build-only" elif [ "${{ runner.os }}" = "Windows" ]; then