Skip to content

Commit

Permalink
Better naming
Browse files Browse the repository at this point in the history
  • Loading branch information
emoon committed Feb 2, 2024
1 parent eabd227 commit 849d648
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ on:

jobs:
build:
name: Linux GCC ${{ matrix.gcc-version }}
runs-on: ubuntu-20.04
strategy:
matrix:
gcc-version: [9, 10, 11, 13]
gcc-version: [9, 10, 11, 12, 13]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 849d648

Please sign in to comment.