Skip to content

Commit

Permalink
gh-actions: add gcc-13
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Oct 19, 2023
1 parent 879d1a0 commit 43ac8fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,13 @@ jobs:
distro: ubuntu-22.04
arch_flags: -ffast-math
ccache: 'true'
- version: 13
distro: ubuntu-22.04
arch_flags: -march=native
- version: 13
distro: ubuntu-22.04
arch_flags: -ffast-math
ccache: 'true'
runs-on: ${{ matrix.distro }}
env:
CFLAGS: ${{ matrix.arch_flags }} -Wall -Wextra -Werror
Expand Down

0 comments on commit 43ac8fc

Please sign in to comment.