Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
Updated the compilers list
  • Loading branch information
wermos authored Feb 27, 2024
1 parent 0196b72 commit 1a00ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
gcc-version: [ 11 ] #kept it like this to allow for future additions in the build matrix
gcc-version: [ 12, 13 ] # kept it like this to allow for future additions in the build matrix
BUILD_TYPE: [ Release, Debug ]

name: Ubuntu 20.04 (GCC ${{ matrix.gcc-version }}) (${{ matrix.BUILD_TYPE}} Build)
Expand Down

0 comments on commit 1a00ed5

Please sign in to comment.