Skip to content

Commit 59efa51

Browse files
committed
Upgrade outdated runners
1 parent 99ffe59 commit 59efa51

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
include:
13-
- os: ubuntu-20.04
13+
- os: ubuntu-22.04
1414
arch: "x86_64"
1515

16-
- os: ubuntu-20.04
16+
- os: ubuntu-22.04
1717
arch: "i686"
1818

1919
# builds faster on Travis-CI:
@@ -30,14 +30,14 @@ jobs:
3030
# arch: "s390x"
3131

3232
# x86-64 (64bit)
33-
- os: windows-2019
33+
- os: windows-2022
3434
arch: "AMD64"
3535

3636
# x86 (32bit)
37-
- os: windows-2019
37+
- os: windows-2022
3838
arch: "x86"
3939
env:
40-
CMAKE_GENERATOR: "Visual Studio 16 2019"
40+
CMAKE_GENERATOR: "Visual Studio 17 2022"
4141
CMAKE_GENERATOR_PLATFORM: "Win32"
4242

4343
- os: macos-13

0 commit comments

Comments
 (0)