From 35f4900bbb85bd9ac4b71b95bf38ebb4d8a9acb7 Mon Sep 17 00:00:00 2001 From: Nicolas Favre-Felix Date: Wed, 19 Apr 2023 00:20:08 -0700 Subject: [PATCH] Update GitHub Actions runner ubuntu-18.04 was turned off on April 1st, 2023. Moving to the next version, ubuntu-20.04 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 149c5e9..0aa1e17 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ on: [push, pull_request, workflow_dispatch] jobs: build-and-run-tests: - runs-on: ubuntu-18.04 # this is a GitHub Runner, hosting the execution + runs-on: ubuntu-20.04 # this is a GitHub Runner, hosting the execution container: ubuntu:18.04 # but this is a Docker Hub container, in which everything runs services: