Skip to content

Commit d6ed079

Browse files
committed
Update GHA runners to Ubuntu 22
1 parent 0dad69e commit d6ed079

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/unit-tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
strategy:
4545
matrix:
4646
include:
47-
- { compiler: gcc-7, os: ubuntu-20.04, buildType: Release }
48-
- { compiler: gcc-7, os: ubuntu-20.04, buildType: Debug, coverage: true }
47+
- { compiler: gcc-9, os: ubuntu-22.04, buildType: Release }
48+
- { compiler: gcc-9, os: ubuntu-22.04, buildType: Debug, coverage: true }
4949
- { compiler: clang, os: macos-13, buildType: Debug, boostVersion: 1.81.0 } # New libc++ only supported since 1.81
5050
# Latest GCC
5151
- { compiler: gcc-13, os: ubuntu-24.04, buildType: Debug, boostVersion: 1.87.0 }
@@ -56,7 +56,8 @@ jobs:
5656
- { compiler: msvc, os: windows-2022, buildType: Debug, boostVersion: 1.87.0 }
5757

5858
runs-on: ${{matrix.os}}
59-
env: { GENERATOR: ${{matrix.generator}} }
59+
env:
60+
GENERATOR: ${{matrix.generator}}
6061

6162
steps:
6263
- run: |

0 commit comments

Comments
 (0)