From 43ac8fc562136003771d00b1a3343893dffa9ebf Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Wed, 18 Oct 2023 12:44:52 +0200 Subject: [PATCH] gh-actions: add gcc-13 --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36dd36379..f1005225c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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