Skip to content

Commit

Permalink
chore: added new gcc version
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Nov 28, 2023
1 parent 9c2a7d7 commit 60a8017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
gcc-version: [7, 8, 9, 10, 11, 12]
gcc-version: [7, 8, 9, 10, 11, 12, 13]
runs-on: ubuntu-latest
container: gcc:${{ matrix.gcc-version }}
steps:
Expand Down

0 comments on commit 60a8017

Please sign in to comment.