From 5cc454b8b47ee54488a9f659ff48a52669e0d1e0 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Tue, 11 Feb 2025 13:49:07 -0500 Subject: [PATCH] CI: update Github Action runner Ubuntu versions to 22.04 GitHub is deprecating Ubuntu 20 based runners [on April 1](https://github.blog/changelog/2025-01-15-github-actions-ubuntu-20-runner-image-brownout-dates-and-other-breaking-changes/), so we want to be off well before then. Connects https://github.com/pelias/pelias/issues/951 --- .github/workflows/elasticsearch-image-builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/elasticsearch-image-builder.yml b/.github/workflows/elasticsearch-image-builder.yml index a4cb1efe..6e04cce8 100644 --- a/.github/workflows/elasticsearch-image-builder.yml +++ b/.github/workflows/elasticsearch-image-builder.yml @@ -7,7 +7,7 @@ # jobs: # build: # if: github.ref == 'refs/heads/master' && needs.unit-tests.result == 'success' -# runs-on: ubuntu-20.04 +# runs-on: ubuntu-22.04 # strategy: # matrix: # elastic-version: