From 3cb78bd39d4e3f6b00a3af582f793e325fc76496 Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Mon, 21 Oct 2024 16:19:17 +1300 Subject: [PATCH 1/2] Add note about duplicate KakuteH7 mini entry The board ID 1054 is not used anymore for the KakuteH7 mini, instead it should all be 1058. --- board_types.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board_types.txt b/board_types.txt index 44cd4b8893..937d60a449 100644 --- a/board_types.txt +++ b/board_types.txt @@ -164,7 +164,7 @@ AP_HW_SierraL431 1050 AP_HW_NucleoL476 1051 AP_HW_SierraF405 1052 AP_HW_KakuteH7v2 1053 -AP_HW_KakuteH7mini 1054 +AP_HW_KakuteH7mini 1054 # Deprecated, now 1058. AP_HW_SierraF412 1055 AP_HW_BEASTH7v2 1056 AP_HW_BEASTF7v2 1057 From 8960f619ae8139b61d8119c7c6c421dff29fed1b Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Mon, 21 Oct 2024 16:49:24 +1300 Subject: [PATCH 2/2] Update CI No more old runners picking this from the queue :). --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index bdb5f877f9..f4e204ac53 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -12,9 +12,9 @@ on: jobs: coverage: name: Build - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: submodules: recursive - name: Install dependencies