From 5d38211617b8f4689a8ede40aba23265d1097a47 Mon Sep 17 00:00:00 2001 From: Evagan2018 Date: Wed, 6 May 2026 13:18:11 +0200 Subject: [PATCH] Repository maintenance according https://github.com/Arm-Debug/mcu-example-dashboard/issues/88 --- .github/workflows/basic.yml | 6 +++--- .github/workflows/basic_w_report.yml | 8 ++++---- vcpkg-configuration.json | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index 3d9c5d3..9f19800 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -14,14 +14,14 @@ permissions: jobs: CI_test_run: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Python 3.10 - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.10' diff --git a/.github/workflows/basic_w_report.yml b/.github/workflows/basic_w_report.yml index 3b88a48..66551c9 100644 --- a/.github/workflows/basic_w_report.yml +++ b/.github/workflows/basic_w_report.yml @@ -15,15 +15,15 @@ permissions: jobs: CI_test_run: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Install Python used by the report utility - name: Setup Python 3.10 - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.10' - run: @@ -61,7 +61,7 @@ jobs: # Upload the junit report to the check run of the workflow - name: Test Report - uses: phoenix-actions/test-reporting@v15 + uses: phoenix-actions/test-reporting@v16 if: success() || failure() # run this step even if previous step failed with: name: Test Report # Name of the check run which will be created diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index 64510b7..010a1e2 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -11,8 +11,8 @@ "arm:tools/kitware/cmake": "^3.31.5", "arm:tools/ninja-build/ninja": "1.12.0", "arm:compilers/arm/armclang": "6.22.0", - "arm:compilers/arm/arm-none-eabi-gcc": "^13.2.1", - "arm:models/arm/avh-fvp": "^11.22.39", + "arm:compilers/arm/arm-none-eabi-gcc": "^14.2.1", + "arm:models/arm/avh-fvp": "^11.31.28", "arm:debuggers/arm/armdbg": "6.1.2" } }