Skip to content

Commit 8b6a594

Browse files
committed
Update CI compiler and OS versions
1 parent 0e74974 commit 8b6a594

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.appveyor.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,9 @@ environment:
2121
matrix:
2222
# see 96d5c1f3ed77b09c64ce7c3c7cbd37c70456b3db
2323
# for NMake template
24-
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
25-
generator: Visual Studio 16 2019
24+
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
25+
generator: Visual Studio 17 2022
2626
platform: x64
27-
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
28-
generator: Visual Studio 16 2019
29-
platform: win32
3027

3128
build:
3229
parallel: true
@@ -51,14 +48,15 @@ build_script:
5148
:: /Wv pins warnings to a specific compiler version so that new ones
5249
:: don't make the build error after Appveyor updates the compiler.
5350
54-
set CFLAGS=/Wv:19.29.30037
51+
set CFLAGS=/Wv:19.34
5552
56-
set CXXFLAGS=/Wv:19.29.30037
53+
set CXXFLAGS=/Wv:19.34
5754
5855
cmake
5956
-Wdev -Wdeprecated
6057
-G"%generator%" -A"%platform%"
6158
-DUSE_PRECOMPILED_HEADER=0 -DUSE_WERROR=1 -DBE_VERBOSE=1
59+
-DUSE_CPP23=1
6260
-DBUILD_DUMMY_APP=1 -DBUILD_TESTS=1
6361
-S. -Bbuild
6462

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
- job: Linux
6969
pool:
70-
vmImage: 'ubuntu-22.04'
70+
vmImage: 'ubuntu-24.04'
7171
strategy:
7272
matrix:
7373
GCC:

0 commit comments

Comments
 (0)