Skip to content

Commit 5753658

Browse files
committed
Update to new docker with GCC14
1 parent bf92df7 commit 5753658

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
container:
17-
image: px4io/px4-dev-nuttx-focal:2021-09-08
17+
image: igormisic/improject:v1.0.2
1818
options: --privileged --ulimit core=-1 --security-opt seccomp=unconfined
1919

2020
steps:

.github/workflows/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
]
3737

3838
container:
39-
image: px4io/px4-dev-nuttx-focal:2021-09-08
39+
image: igormisic/improject:v1.0.2
4040
options: --privileged --ulimit core=-1 --security-opt seccomp=unconfined
4141
steps:
4242
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)