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" } }