Skip to content

Commit

Permalink
[ci] Update to GCC 12
Browse files Browse the repository at this point in the history
co-authored-by: Christopher Durand <[email protected]>
  • Loading branch information
salkinium and chris-durand committed Feb 18, 2023
1 parent 5e16fe5 commit 8d91bfb
Show file tree
Hide file tree
Showing 6 changed files with 101 additions and 94 deletions.
100 changes: 50 additions & 50 deletions .github/workflows/compile-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
jobs:
avr-compile-all:
if: github.event.label.name == 'ci:hal'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ghcr.io/modm-ext/modm-build-avr:2022-09-27
image: ghcr.io/modm-ext/modm-build-avr:2023-01-08
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -33,9 +33,9 @@ jobs:

sam-d0x-d1x-d2x-compile-all:
if: github.event.label.name == 'ci:hal'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-09-27
image: ghcr.io/modm-ext/modm-build-cortex-m:2023-01-08
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -59,9 +59,9 @@ jobs:

sam-x5x-compile-all:
if: github.event.label.name == 'ci:hal'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-09-27
image: ghcr.io/modm-ext/modm-build-cortex-m:2023-01-08
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -85,9 +85,9 @@ jobs:

sam-x7x-compile-all:
if: github.event.label.name == 'ci:hal'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-09-27
image: ghcr.io/modm-ext/modm-build-cortex-m:2023-01-08
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -111,9 +111,9 @@ jobs:

stm32f0-compile-all:
if: github.event.label.name == 'ci:hal'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-09-27
image: ghcr.io/modm-ext/modm-build-cortex-m:2023-01-08
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -137,9 +137,9 @@ jobs:

stm32f1-compile-all:
if: github.event.label.name == 'ci:hal'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-09-27
image: ghcr.io/modm-ext/modm-build-cortex-m:2023-01-08
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -163,9 +163,9 @@ jobs:

stm32f2-compile-all:
if: github.event.label.name == 'ci:hal'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-09-27
image: ghcr.io/modm-ext/modm-build-cortex-m:2023-01-08
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -189,9 +189,9 @@ jobs:

stm32f3-compile-all:
if: github.event.label.name == 'ci:hal'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-09-27
image: ghcr.io/modm-ext/modm-build-cortex-m:2023-01-08
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -215,9 +215,9 @@ jobs:

stm32f4-compile-all-1:
if: github.event.label.name == 'ci:hal'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-09-27
image: ghcr.io/modm-ext/modm-build-cortex-m:2023-01-08
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -241,9 +241,9 @@ jobs:

stm32f4-compile-all-2:
if: github.event.label.name == 'ci:hal'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-09-27
image: ghcr.io/modm-ext/modm-build-cortex-m:2023-01-08
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -267,9 +267,9 @@ jobs:

stm32f4-compile-all-3:
if: github.event.label.name == 'ci:hal'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-09-27
image: ghcr.io/modm-ext/modm-build-cortex-m:2023-01-08
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -293,9 +293,9 @@ jobs:

stm32f7-compile-all-1:
if: github.event.label.name == 'ci:hal'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-09-27
image: ghcr.io/modm-ext/modm-build-cortex-m:2023-01-08
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -319,9 +319,9 @@ jobs:

stm32f7-compile-all-2:
if: github.event.label.name == 'ci:hal'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-09-27
image: ghcr.io/modm-ext/modm-build-cortex-m:2023-01-08
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -345,9 +345,9 @@ jobs:

stm32l0-compile-all-1:
if: github.event.label.name == 'ci:hal'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-09-27
image: ghcr.io/modm-ext/modm-build-cortex-m:2023-01-08
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -371,9 +371,9 @@ jobs:

stm32l0-compile-all-2:
if: github.event.label.name == 'ci:hal'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-09-27
image: ghcr.io/modm-ext/modm-build-cortex-m:2023-01-08
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -398,9 +398,9 @@ jobs:

stm32l1-compile-all:
if: github.event.label.name == 'ci:hal'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-09-27
image: ghcr.io/modm-ext/modm-build-cortex-m:2023-01-08
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -424,9 +424,9 @@ jobs:

stm32l4-compile-all-1:
if: github.event.label.name == 'ci:hal'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-09-27
image: ghcr.io/modm-ext/modm-build-cortex-m:2023-01-08
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -450,9 +450,9 @@ jobs:

stm32l4-compile-all-2:
if: github.event.label.name == 'ci:hal'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-09-27
image: ghcr.io/modm-ext/modm-build-cortex-m:2023-01-08
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -476,9 +476,9 @@ jobs:

stm32l4-compile-all-3:
if: github.event.label.name == 'ci:hal'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-09-27
image: ghcr.io/modm-ext/modm-build-cortex-m:2023-01-08
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -502,9 +502,9 @@ jobs:

stm32l5-compile-all:
if: github.event.label.name == 'ci:hal'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-09-27
image: ghcr.io/modm-ext/modm-build-cortex-m:2023-01-08
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -528,9 +528,9 @@ jobs:

stm32g0-compile-all:
if: github.event.label.name == 'ci:hal'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-09-27
image: ghcr.io/modm-ext/modm-build-cortex-m:2023-01-08
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -554,9 +554,9 @@ jobs:

stm32g4-compile-all-1:
if: github.event.label.name == 'ci:hal'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-09-27
image: ghcr.io/modm-ext/modm-build-cortex-m:2023-01-08
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -580,9 +580,9 @@ jobs:

stm32g4-compile-all-2:
if: github.event.label.name == 'ci:hal'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-09-27
image: ghcr.io/modm-ext/modm-build-cortex-m:2023-01-08
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -606,9 +606,9 @@ jobs:

stm32h7-compile-all-1:
if: github.event.label.name == 'ci:hal'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-09-27
image: ghcr.io/modm-ext/modm-build-cortex-m:2023-01-08
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -632,9 +632,9 @@ jobs:

stm32h7-compile-all-2:
if: github.event.label.name == 'ci:hal'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-09-27
image: ghcr.io/modm-ext/modm-build-cortex-m:2023-01-08
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ on:

jobs:
build-upload-docs:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ghcr.io/modm-ext/modm-build-base:2022-09-27
image: ghcr.io/modm-ext/modm-build-base:2023-01-08
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -48,9 +48,9 @@ jobs:
git push origin master
api-docs-all:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ghcr.io/modm-ext/modm-build-base:2022-09-27
image: ghcr.io/modm-ext/modm-build-base:2023-01-08
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit 8d91bfb

Please sign in to comment.