diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c65218e..4392b8a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-18.04, ubuntu-20.04, macos-latest, windows-latest] + os: [ubuntu-20.04, ubuntu-22.04, macos-latest, windows-latest] build-type: [Debug, RelWithDebInfo] compiler: [gcc, clang] exclude: