Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/basic_w_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions vcpkg-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}