Skip to content

Commit

Permalink
Update GHA runner to ubuntu-18.04
Browse files Browse the repository at this point in the history
16.04 was removed in Sept 2021
  • Loading branch information
Flamefire committed Dec 10, 2021
1 parent 7380caa commit a1e5fb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-tests.yml
Expand Up @@ -40,9 +40,9 @@ jobs:
strategy:
matrix:
include:
- { compiler: gcc-6, os: ubuntu-16.04, buildType: Release }
- { compiler: gcc-6, os: ubuntu-16.04, buildType: Debug, coverage: true }
- { compiler: clang , os: macos-10.15, buildType: Debug, boostVersion: 1.74.0 } # Multiple bugs with recent OSX until 1.74
- { compiler: gcc-6, os: ubuntu-18.04, buildType: Release }
- { compiler: gcc-6, os: ubuntu-18.04, buildType: Debug, coverage: true }
- { compiler: clang, os: macos-10.15, buildType: Debug, boostVersion: 1.74.0 } # Multiple bugs with recent OSX until 1.74
# Latest GCC
- { compiler: gcc-10, os: ubuntu-18.04, buildType: Debug }
# Latest Clang
Expand Down

0 comments on commit a1e5fb0

Please sign in to comment.