Skip to content

Commit bfdf286

Browse files
committed
ci: add Ubuntu 24.04 jobs
1 parent 0c7aedc commit bfdf286

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ on:
99

1010
jobs:
1111
ubuntu:
12-
name: Ubuntu ${{ matrix.version }} (${{ matrix.compiler }}${{ matrix.version == 22.04 && ' with sanitizers' || '' }})
12+
name: Ubuntu ${{ matrix.version }} (${{ matrix.compiler }}${{ matrix.version == 24.04 && ' with sanitizers' || '' }})
1313
strategy:
1414
fail-fast: false
1515
matrix:
1616
compiler: [clang++, g++]
17-
version: [20.04, 22.04]
17+
version: [20.04, 22.04, 24.04]
1818

1919
runs-on: ubuntu-${{ matrix.version }}
2020
env:

0 commit comments

Comments
 (0)