From 82947636a4def8864f5bca6f82b2c0a559d92dfd Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Wed, 29 May 2024 21:16:38 +0200 Subject: [PATCH] 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. --- .github/workflows/build.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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 -- 2.47.2