Skip to content

Commit

Permalink
Remove gcc 10, but add 13 and 14 which are now new
Browse files Browse the repository at this point in the history
  • Loading branch information
Letme committed Nov 7, 2024
1 parent 98ef989 commit ceadb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
gcc_version: ['10','11','12']
gcc_version: ['11','12','13','14']
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ceadb00

Please sign in to comment.