Skip to content

Commit

Permalink
Add GCC 13 to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold856 committed Jan 14, 2025
1 parent 4a35f5b commit acbca23
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
ubuntu-20.04-clang-9,
ubuntu-22.04-gcc-12,
ubuntu-22.04-clang-14,
ubuntu-24.04-gcc-13,
]

build_type: [Debug, Release]
Expand All @@ -54,6 +55,11 @@ jobs:
compiler: clang
version: "14"

- name: ubuntu-24.04-gcc-13
os: ubuntu-24.04
compiler: gcc
version: "13"

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit acbca23

Please sign in to comment.