We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ffe59 commit 59efa51Copy full SHA for 59efa51
1 file changed
.github/workflows/build.yml
@@ -10,10 +10,10 @@ jobs:
10
fail-fast: false
11
matrix:
12
include:
13
- - os: ubuntu-20.04
+ - os: ubuntu-22.04
14
arch: "x86_64"
15
16
17
arch: "i686"
18
19
# builds faster on Travis-CI:
@@ -30,14 +30,14 @@ jobs:
30
# arch: "s390x"
31
32
# x86-64 (64bit)
33
- - os: windows-2019
+ - os: windows-2022
34
arch: "AMD64"
35
36
# x86 (32bit)
37
38
arch: "x86"
39
env:
40
- CMAKE_GENERATOR: "Visual Studio 16 2019"
+ CMAKE_GENERATOR: "Visual Studio 17 2022"
41
CMAKE_GENERATOR_PLATFORM: "Win32"
42
43
- os: macos-13
0 commit comments