Skip to content

Commit

Permalink
test _8 with GCC 14 and 12
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Oct 2, 2024
1 parent bec42f8 commit 6835c18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Linux_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
options: ['-DBUILD_D=OFF', '-DBUILD_4=OFF -DBUILD_DEPRECATED=ON -DBUILD_WITH_BUFR=ON', '-DBUILD_SHARED_LIBS=ON']
options: ['-DBUILD_D=OFF -DBUILD_8=ON', '-DBUILD_4=OFF -DBUILD_DEPRECATED=ON -DBUILD_WITH_BUFR=ON', '-DBUILD_SHARED_LIBS=ON']
gcc-version: [12]
include:
- gcc-version: 14
options: '-DBUILD_8=ON'

steps:

Expand Down

0 comments on commit 6835c18

Please sign in to comment.