Skip to content

Commit 914a561

Browse files
committed
Set the GHA builder to use gcc-12
V802-012
1 parent 835653c commit 914a561

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-binaries.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ jobs:
8989
- uses: actions/cache@v2
9090
with:
9191
path: ./cached_gnat
92-
key: ${{ runner.os }}-alire-2021
93-
restore-keys: ${{ runner.os }}-alire-2021
92+
key: ${{ runner.os }}-alire-2022
93+
restore-keys: ${{ runner.os }}-alire-2022
9494
- name: Get GNAT toolchain with alire
9595
uses: alire-project/setup-alire@v1
9696
with:
97-
toolchain: gnat_native^11 gprbuild^21
97+
toolchain: gnat_native^12 gprbuild^22
9898
toolchain_dir: ./cached_gnat
9999
- name: Build (Windows)
100100
if: ${{ runner.os == 'Windows' }}

0 commit comments

Comments
 (0)