Skip to content

Commit b2e49a9

Browse files
committed
Replaced MinGW-w64 gcc 6 jobs with gcc 8.
gcc 6 is no longer supported since it doesn't provide synchronization library that is needed by Boost.Atomic.
1 parent 1cb564b commit b2e49a9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

appveyor.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2019 - 2023 Andrey Semashev
1+
# Copyright 2019 - 2025 Andrey Semashev
22
# Distributed under the Boost Software License, Version 1.0.
33
# (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt)
44

@@ -39,14 +39,14 @@ environment:
3939
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
4040
- TOOLSET: gcc
4141
ADDRESS_MODEL: 64
42-
CXXSTD: 11,14
43-
ADDPATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin
42+
CXXSTD: 11,14,17
43+
ADDPATH: C:\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0\mingw64\bin
4444
EXTRA_TESTS: 1
4545
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
4646
- TOOLSET: gcc
4747
ADDRESS_MODEL: 64
48-
CXXSTD: 11,14,17
49-
ADDPATH: C:\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0\mingw64\bin
48+
CXXSTD: 11,14,17,2a
49+
ADDPATH: C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin
5050
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
5151
- TOOLSET: clang-win
5252
ADDRESS_MODEL: 64
@@ -73,8 +73,8 @@ environment:
7373
- TOOLSET: gcc
7474
ADDRESS_MODEL: 32
7575
CXXSTD: 11,14
76-
ADDPATH: C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin
77-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
76+
ADDPATH: C:\mingw-w64\i686-8.1.0-posix-dwarf-rt_v6-rev0\mingw32\bin
77+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
7878
- TOOLSET: clang-win
7979
ADDRESS_MODEL: 32
8080
CXXSTD: 14,17

0 commit comments

Comments
 (0)