From e1921bd9236d0be5d0510d25e739d9843c0d5b31 Mon Sep 17 00:00:00 2001 From: Jens Peters Date: Sun, 26 Jun 2022 10:03:18 +0200 Subject: github: Use latest ubuntu This means the latest stable image that GitHub provides, not necessarily the latest OS version. --- .github/workflows/artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 2d30129..4a6900f 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -10,7 +10,7 @@ on: jobs: build-artifacts: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Checkout code -- cgit v1.2.3