From 755cdebad48031c9da6978d407330aef480873d3 Mon Sep 17 00:00:00 2001 From: Chris Johnson Date: Tue, 11 Feb 2025 16:23:19 -0500 Subject: [PATCH] Update to ubuntu-latest for building images --- .github/workflows/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 183a617..f96f3b0 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -18,7 +18,7 @@ env: jobs: build: name: "Build: ${{ matrix.version }}" - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: fail-fast: false # Don't cancel other jobs if one fails