From 1b6f152ae7e2ac0c69f113b341ee3374f9af12f4 Mon Sep 17 00:00:00 2001 From: h2zero Date: Mon, 16 Mar 2026 08:09:52 -0600 Subject: [PATCH] Update build workflow - remove IDF v4.x builds --- .github/workflows/build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1c4c296..eab6f13 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,9 +23,6 @@ jobs: example: - NimBLE_Client - NimBLE_Server - - NimBLE_Stream_Client - - NimBLE_Stream_Server - - NimBLE_Stream_Echo - Bluetooth_5/NimBLE_extended_client - Bluetooth_5/NimBLE_extended_server exclude: @@ -68,7 +65,7 @@ jobs: build_docs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Doxygen Action uses: mattnotmitt/doxygen-action@v1.9.8 with: