diff --git a/.github/workflows/hello-ci-ubuntu-2404-arm.yml b/.github/workflows/hello-ci-ubuntu-2404-arm.yml index cd9a8eb..8bec523 100644 --- a/.github/workflows/hello-ci-ubuntu-2404-arm.yml +++ b/.github/workflows/hello-ci-ubuntu-2404-arm.yml @@ -61,6 +61,11 @@ jobs: - name: Activate Arm tool license uses: ARM-software/cmsis-actions/armlm@v1 + - name: Set up Python + uses: actions/setup-python@v7 + with: + python-version: '3.14' + - name: Cache packs uses: actions/cache@v6 with: diff --git a/.github/workflows/hello-ci.yml b/.github/workflows/hello-ci.yml index 0ef118e..06fbe29 100644 --- a/.github/workflows/hello-ci.yml +++ b/.github/workflows/hello-ci.yml @@ -57,9 +57,9 @@ jobs: uses: ARM-software/cmsis-actions/armlm@v1 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: - python-version: '3.13' + python-version: '3.14' - name: Cache packs uses: actions/cache@v6 diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index de42aa2..226dad8 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -7,11 +7,11 @@ } ], "requires": { - "arm:tools/open-cmsis-pack/cmsis-toolbox": "^2.13.0", - "arm:tools/kitware/cmake": "^3.31.5", + "arm:tools/open-cmsis-pack/cmsis-toolbox": "^2.14.1", + "arm:tools/kitware/cmake": "^4.3.3", "arm:tools/ninja-build/ninja": "^1.13.2", "arm:compilers/arm/armclang": "^6.24.0", - "arm:compilers/arm/arm-none-eabi-gcc": "^14.3.1", + "arm:compilers/arm/arm-none-eabi-gcc": "^15.3.1", "arm:models/arm/avh-fvp": "11.31.28" } }