From: Joel Rosdahl Date: Wed, 29 May 2024 19:16:38 +0000 (+0200) Subject: ci: Disable Ubuntu 24.04 builds temporarily X-Git-Tag: v4.10~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82947636a4def8864f5bca6f82b2c0a559d92dfd;p=thirdparty%2Fccache.git ci: Disable Ubuntu 24.04 builds temporarily Logs end like this: Running kernel seems to be up-to-date. Restarting services... systemctl restart chrony.service containerd.service cron.service fwupd.service haveged.service hv-kvp-daemon.service multipathd.service packagekit.service php8.3-fpm.service polkit.service redis-server.service rsyslog.service runner-provisioner.service systemd-journald.service systemd-networkd.service systemd-resolved.service systemd-udevd.service udisks2.service walinuxagent.service Error: The operation was canceled. --- diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4fdce6e8..49fc137f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -74,13 +74,14 @@ jobs: compiler: gcc version: "12" - - os: ubuntu-24.04 - compiler: gcc - version: "13" - - - os: ubuntu-24.04 - compiler: gcc - version: "14" +# Temporarily disabled due to GitHub Actions problems. + # - os: ubuntu-24.04 + # compiler: gcc + # version: "13" + + # - os: ubuntu-24.04 + # compiler: gcc + # version: "14" - os: macOS-12 compiler: xcode