Skip to content

Commit

Permalink
Update containers
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Dec 8, 2024
1 parent dfa01ea commit 855adfc
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ jobs:
address-model: 32,64
- toolset: gcc-13
cxxstd: "11,14,17,20,2b"
container: ubuntu:23.04
os: ubuntu-latest
os: ubuntu-24.04
install: g++-13-multilib
address-model: 32,64
- toolset: gcc-14
Expand All @@ -87,16 +86,14 @@ jobs:
cxxstd: "11,14,17,20,2b"
instruction-set: nehalem
cpu-requirements: [ sse4_1, sse4_2 ]
os: ubuntu-latest
container: ubuntu:23.04
os: ubuntu-24.04
install: g++-13-multilib
address-model: 32,64
- toolset: gcc-13
cxxstd: "11,14,17,20,2b"
instruction-set: skylake-avx512
cpu-requirements: [ avx512f, avx512cd, avx512vl, avx512dq, avx512bw, bmi1, bmi2 ]
os: ubuntu-latest
container: ubuntu:23.04
os: ubuntu-24.04
install: g++-13-multilib
address-model: 32,64
- toolset: clang
Expand Down Expand Up @@ -180,14 +177,12 @@ jobs:
- toolset: clang
compiler: clang++-16
cxxstd: "11,14,17,20,2b"
container: ubuntu:23.04
os: ubuntu-latest
os: ubuntu-24.04
install: clang-16
- toolset: clang
compiler: clang++-17
cxxstd: "11,14,17,20,2b"
container: ubuntu:23.10
os: ubuntu-latest
os: ubuntu-24.04
install: clang-17
- toolset: clang
compiler: clang++-18
Expand All @@ -200,16 +195,14 @@ jobs:
cxxstd: "11,14,17,20,2b"
instruction-set: nehalem
cpu-requirements: [ sse4_1, sse4_2 ]
container: ubuntu:23.10
os: ubuntu-latest
os: ubuntu-24.04
install: clang-17
- toolset: clang
compiler: clang++-17
cxxstd: "11,14,17,20,2b"
instruction-set: skylake-avx512
cpu-requirements: [ avx512f, avx512cd, avx512vl, avx512dq, avx512bw, bmi1, bmi2 ]
container: ubuntu:23.10
os: ubuntu-latest
os: ubuntu-24.04
install: clang-17
- toolset: clang
cxxstd: "11,14,17,20,2b"
Expand Down

0 comments on commit 855adfc

Please sign in to comment.