1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 17:04:47 +02:00

Update the CI for the upcoming Ubuntu 20.04 removal.

This commit is contained in:
Sadie Powell
2025-02-14 21:51:47 +00:00
parent fbb8442252
commit b51dff0b1a
+1 -1
View File
@@ -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 }}