From 98c5d6a0f7c261dcbc5e9103a6869003aa9e823f Mon Sep 17 00:00:00 2001 From: Egor Pugin Date: Wed, 18 Oct 2023 04:08:42 +0300 Subject: [PATCH] Update sw.yml --- .github/workflows/sw.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sw.yml b/.github/workflows/sw.yml index 3d2909a..56137e6 100644 --- a/.github/workflows/sw.yml +++ b/.github/workflows/sw.yml @@ -36,5 +36,5 @@ jobs: export PATH="/usr/local/opt/flex/bin:$PATH" export PATH="/usr/local/opt/bison/bin:$PATH" export PATH="/usr/local/opt/gcc/bin:$PATH" - ./sw build -compiler gcc-12 + ./sw build -compiler gcc-13