diff options
author | Sadie Powell <sadie@witchery.services> | 2025-02-14 21:51:47 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-02-14 21:51:47 +0000 |
commit | b51dff0b1a35b0d8608c6ea79b966d742b361757 (patch) | |
tree | 8520c953f741eb4260426a1b581c64957e75bd8e /.github | |
parent | fbb8442252020fb9bb0091f4893709e3f3d962d6 (diff) |
Update the CI for the upcoming Ubuntu 20.04 removal.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci-linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index eed4a8078..6dd554928 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -5,7 +5,7 @@ on: jobs: build: if: "!contains(github.event.head_commit.message, '[skip ubuntu ci]')" - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 env: CXX: ${{ matrix.compiler }} CXXFLAGS: -std=${{ matrix.standard }} |