diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7bde3c..6b8ed82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ on: [push, pull_request] jobs: tests: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Checkout code uses: actions/checkout@v4 @@ -20,16 +20,3 @@ jobs: - name: Run tests run: 'make test' - - code-quality: - runs-on: ubuntu-20.04 - steps: - - name: Checkout code - uses: actions/checkout@v4 - with: - submodules: recursive - - - name: Run tests - run: | - vim --version - make check