From 04b62698181237f0abc6236e436aac1d0dcadbba Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Thu, 17 Oct 2024 20:44:11 +0200 Subject: [PATCH] ci: Enable ubuntu-24.04 builds again --- .github/workflows/build.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 29a36aed..4deb94d4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -74,14 +74,13 @@ jobs: compiler: gcc version: "12" -# Temporarily disabled due to GitHub Actions problems. - # - os: ubuntu-24.04 - # compiler: gcc - # version: "13" - - # - os: ubuntu-24.04 - # compiler: gcc - # version: "14" + - os: ubuntu-24.04 + compiler: gcc + version: "13" + + - os: ubuntu-24.04 + compiler: gcc + version: "14" - os: macOS-13 compiler: xcode -- 2.47.2