diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 8d8bfd9..c8d5e55 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -18,7 +18,7 @@ on: jobs: check: name: Build with Autotools and gcc, and test - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 steps: - name: Install Dependencies run: | @@ -146,7 +146,7 @@ jobs: clang: name: Build with clang and analyze - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: