changeset 33616:a7d95a082206 default @

maint: Merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 21 May 2024 18:25:33 +0200
parents 7f7d6bc5702b (current diff) d4ef37425dff (diff)
children ec2635a02328
files .github/workflows/make.yaml
diffstat 1 files changed, 5 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/make.yaml	Mon May 20 09:12:08 2024 -0700
+++ b/.github/workflows/make.yaml	Tue May 21 18:25:33 2024 +0200
@@ -14,7 +14,7 @@
       matrix:
         # For available GitHub-hosted runners, see:
         # https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners
-        os: [ubuntu-22.04, ubuntu-20.04]
+        os: [ubuntu-22.04, ubuntu-24.04]
         compiler: [gcc, clang]
         include:
           - compiler: gcc
@@ -27,18 +27,17 @@
             cc: "clang"
             cxx: "clang++ -stdlib=libc++"
             extra-config-flags: "--without-spqr --without-magick"
-          # "ccache" on Ubuntu 20.04 doesn't compress the cache.
           # Clang seems to generally require less cache size (smaller object files?).
           - ccache-max: 1.2G
-          - os: ubuntu-20.04
+          - os: ubuntu-24.04
             compiler: gcc
-            ccache-max: 6G
+            ccache-max: 1.2G
           - os: ubuntu-22.04
             compiler: gcc
             ccache-max: 1.2G
-          - os: ubuntu-20.04
+          - os: ubuntu-24.04
             compiler: clang
-            ccache-max: 3G
+            ccache-max: 400M
           - os: ubuntu-22.04
             compiler: clang
             ccache-max: 400M