Skip to content

Commit 09c1020

Browse files
committed
Update Github builders Ubuntu versions
I also decided to test on two Ubuntus. Address sanitation is now used in those builds, and that may be very different code between them.
1 parent c72e141 commit 09c1020

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

.github/workflows/building.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ jobs:
55
strategy:
66
matrix:
77
include:
8-
- os: ubuntu-22.04
8+
- os: ubuntu-24.04
99
friendly: clang
1010
CXX: /usr/bin/clang++
1111
aptpkg: clang
12-
- os: ubuntu-22.04
12+
- os: ubuntu-24.04
1313
friendly: gcc
1414
CXX: /usr/bin/g++
1515
aptpkg: build-essential
16-
- os: ubuntu-20.04
16+
- os: ubuntu-22.04
1717
friendly: clang
1818
CXX: /usr/bin/clang++
1919
aptpkg: clang
20-
- os: ubuntu-20.04
20+
- os: ubuntu-22.04
2121
friendly: gcc
2222
CXX: /usr/bin/g++
2323
aptpkg: build-essential

.github/workflows/testing.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ jobs:
55
strategy:
66
matrix:
77
include:
8+
- os: ubuntu-24.04
9+
friendly: clang
10+
compiler: clang++
11+
aptpkg: clang
12+
- os: ubuntu-24.04
13+
friendly: gcc
14+
compiler: g++
15+
aptpkg: build-essential
816
- os: ubuntu-22.04
917
friendly: clang
1018
compiler: clang++

.github/workflows/testing_non_sse.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ jobs:
55
strategy:
66
matrix:
77
include:
8+
- os: ubuntu-24.04
9+
friendly: clang
10+
compiler: clang++
11+
aptpkg: clang
12+
- os: ubuntu-24.04
13+
friendly: gcc
14+
compiler: g++
15+
aptpkg: build-essential
816
- os: ubuntu-22.04
917
friendly: clang
1018
compiler: clang++

0 commit comments

Comments
 (0)