Skip to content

Commit

Permalink
Explicitly check all GCC versions we want
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Feb 14, 2024
1 parent 5500eac commit 1785ee6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci-toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

build:

name: ${{ matrix.os }}
name: ${{ matrix.os }} gcc${{ matrix.gcc_version }}

runs-on: ${{ matrix.os }}

Expand All @@ -25,6 +25,11 @@ jobs:
- macos-latest
- ubuntu-latest
- windows-latest
gcc_version:
- 10
- 11
- 12
- 13

steps:
- name: Check out
Expand All @@ -37,7 +42,7 @@ jobs:
- name: Install FSF toolchain
uses: alire-project/alr-install@v1
with:
crates: gnat_native gprbuild
crates: gnat_native^${{matrix.gcc_version}} gprbuild

- name: Build alr with default toolchain
shell: bash
Expand Down

0 comments on commit 1785ee6

Please sign in to comment.