Changeset: bb7c2fd648dd for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/bb7c2fd648dd
Modified Files:
        .github/workflows/linux.yml
Branch: Mar2025
Log Message:

it seems gcc-15 isn't available just yet, ie use 14


diffs (12 lines):

diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -24,7 +24,7 @@ jobs:
           - os: macos-latest
             c_compiler: clang
           - os: macos-latest
-            c_compiler: gcc-15
+            c_compiler: gcc-14
           - os: ubuntu-latest
             c_compiler: gcc
           - os: ubuntu-latest
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to