From 4c73969c697043e01a0796e5bd898e5c22cab642 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Sun, 15 Sep 2024 16:52:09 +0200 Subject: [PATCH] ci.yml: Bump to ubuntu-22.04 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}