From e0ae28133a5d3416b1a54f6b79289f674d1e6969 Mon Sep 17 00:00:00 2001 From: Wilko Nienhaus Date: Thu, 19 Jun 2025 23:35:34 +0300 Subject: [PATCH] Update builder image to ubuntu-22.04 GitHub has deprecated and removed the ubuntu-20.04 builder image. This commit updates the build process to use the ubuntu-22.04 image instead. --- .github/workflows/run_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_tests.yaml b/.github/workflows/run_tests.yaml index 72f6917..bf54464 100644 --- a/.github/workflows/run_tests.yaml +++ b/.github/workflows/run_tests.yaml @@ -11,7 +11,7 @@ on: [push, pull_request] jobs: tests: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 with: