From 591fe2f422ba6728debb26e4a4aaf59487f88253 Mon Sep 17 00:00:00 2001 From: Simon Symeonidis Date: Sat, 23 Dec 2023 23:06:29 -0500 Subject: [PATCH] Attempt to upgrade to ubuntu 23.04 for gcc 13 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c0296d6..ff835144 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,13 +6,13 @@ on: push: pull_request: schedule: - # Run every week just to make sure the CI environment still works. + # Run every week just to make sure the CI environment still works. - cron: '0 0 * * 0' jobs: build-ubuntu: - runs-on: ubuntu-22.04 + runs-on: ubuntu-23.04 steps: - uses: actions/checkout@v4