Skip to content

Commit a09e3fc

Browse files
committed
Upgrade to arm-9.70.1
1 parent 04220e9 commit a09e3fc

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/arm.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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

@@ -44,7 +44,7 @@ jobs:
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

@@ -64,7 +64,7 @@ jobs:
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
@@ -88,7 +88,7 @@ jobs:
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

0 commit comments

Comments
 (0)