File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 build-library :
2424 name : Build library
2525 runs-on : ubuntu-latest
26- container : ghcr.io/iarsystems/arm:9.60.4 -st
26+ container : ghcr.io/iarsystems/arm:9.70.1 -st
2727 steps :
2828 - uses : actions/checkout@v4
2929
4444 cstat-library :
4545 name : Analyze library
4646 runs-on : ubuntu-latest
47- container : ghcr.io/iarsystems/arm:9.60.4 -st
47+ container : ghcr.io/iarsystems/arm:9.70.1 -st
4848 steps :
4949 - uses : actions/checkout@v4
5050
6464 name : Build project
6565 needs : build-library
6666 runs-on : ubuntu-latest
67- container : ghcr.io/iarsystems/arm:9.60.4 -st
67+ container : ghcr.io/iarsystems/arm:9.70.1 -st
6868 steps :
6969 - uses : actions/checkout@v4
7070 - name : Download library
8888 name : Static Code Analysis
8989 needs : build-project
9090 runs-on : ubuntu-latest
91- container : ghcr.io/iarsystems/arm:9.60.4 -st
91+ container : ghcr.io/iarsystems/arm:9.70.1 -st
9292 steps :
9393 - uses : actions/checkout@v4
9494 - name : Static Analysis
@@ -107,7 +107,7 @@ jobs:
107107 name : Runtime Analysis
108108 needs : build-project
109109 runs-on : ubuntu-latest
110- container : ghcr.io/iarsystems/arm:9.60.4 -st
110+ container : ghcr.io/iarsystems/arm:9.70.1 -st
111111 steps :
112112 - name : Download project
113113 uses : actions/download-artifact@v4
@@ -143,7 +143,7 @@ jobs:
143143 name : Deploy firmware
144144 needs : [cstat-project,crun-project]
145145 runs-on : ubuntu-latest
146- container : ghcr.io/iarsystems/arm:9.60.4 -st
146+ container : ghcr.io/iarsystems/arm:9.70.1 -st
147147 steps :
148148 - name : Download ELF
149149 uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments