diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eff7446..675d0ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ on: [push, pull_request] jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: @@ -39,4 +39,4 @@ jobs: run: | cd melpa - make recipes/${{ matrix.package }} \ No newline at end of file + make recipes/${{ matrix.package }}