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
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// IAR Build Tools for Arm (w/ ST device support)
// Update the image for use with other variants
// More information: https://github.com/iarsystems/containers/wiki/Arm-image-variants
"image": "ghcr.io/iarsystems/arm:9.70.2-st",
"image": "ghcr.io/iarsystems/arm:9.70.4-st",

// Set the Container's environment variables
"containerEnv": {
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/iar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Build
runs-on: ubuntu-24.04
container:
image: ghcr.io/iarsystems/arm:9.70.2-st
image: ghcr.io/iarsystems/arm:9.70.4-st
steps:
- name: Invoke the IAR C/C++ Compiler for Arm
run: iccarm --version
Expand All @@ -40,7 +40,7 @@ jobs:
needs: build
runs-on: ubuntu-24.04
container:
image: ghcr.io/iarsystems/arm:9.70.2-st
image: ghcr.io/iarsystems/arm:9.70.4-st
timeout-minutes: 5
steps:
- name: Checkout project
Expand All @@ -57,7 +57,7 @@ jobs:
needs: build
runs-on: ubuntu-24.04
container:
image: ghcr.io/iarsystems/arm:9.70.2-st
image: ghcr.io/iarsystems/arm:9.70.4-st
timeout-minutes: 5
steps:
- name: Checkout project
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
needs: [ static-analysis, unit-testing ]
runs-on: ubuntu-24.04
container:
image: ghcr.io/iarsystems/arm:9.70.2-st
image: ghcr.io/iarsystems/arm:9.70.4-st
steps:
- name: Checkout project
uses: actions/checkout@v4
Expand Down