Skip to content

Commit e3f1177

Browse files
committed
Update workflows
1 parent 104fbf8 commit e3f1177

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

.github/workflows/mingw.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,13 @@ jobs:
9090
extra_settings: 'Off'
9191
flags: '-std=c++26'
9292

93-
- arch: 'x86'
94-
build_type: 'Debug'
95-
test_libcxx20: 'On'
96-
no_exceptions_rtti: 'Off'
97-
extra_settings: 'Off'
98-
flags: '-std=c++26'
93+
# out of memory
94+
# - arch: 'x86'
95+
# build_type: 'Debug'
96+
# test_libcxx20: 'On'
97+
# no_exceptions_rtti: 'Off'
98+
# extra_settings: 'Off'
99+
# flags: '-std=c++26'
99100

100101
- arch: 'x86'
101102
build_type: 'Release'

.github/workflows/perf_gcc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ jobs:
1212
include:
1313

1414
- type: 'unordered_map'
15-
gcc_ver: '15'
15+
gcc_ver: '16'
1616

1717
- type: 'unordered_map_open'
18-
gcc_ver: '15'
18+
gcc_ver: '16'
1919

2020
- type: 'map'
21-
gcc_ver: '15'
21+
gcc_ver: '16'
2222

2323
- type: 'data_table_static'
24-
gcc_ver: '15'
24+
gcc_ver: '16'
2525

2626
# x64
2727
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)