Skip to content

Commit 574ef0a

Browse files
authored
Merge branch 'develop' into finish_gammas
2 parents 0b1a1e8 + a4c4763 commit 574ef0a

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,14 @@ jobs:
7777
os: ubuntu-22.04
7878
install:
7979
- g++-12-multilib
80-
- toolset: gcc-13
81-
cxxstd: "03,11,14,17,20,23"
82-
address_model: 32,64
83-
os: ubuntu-22.04
84-
install:
85-
- g++-13-multilib
86-
cxxflags: -Wno-uninitialized
80+
# Disabled for now. 22.04 dropped support and 24.04 has internal errors
81+
#- toolset: gcc-13
82+
# cxxstd: "03,11,14,17,20,23"
83+
# address_model: 32,64
84+
# os: ubuntu-24.04
85+
# install:
86+
# - g++-13-multilib
87+
# cxxflags: -Wno-uninitialized
8788
- toolset: gcc-12
8889
cxxstd: "03-gnu,11-gnu,14-gnu,17-gnu,20-gnu,23-gnu"
8990
address_model: "32"

0 commit comments

Comments
 (0)