From b9dfc34dd4d008247dec761b25892df8d00b2401 Mon Sep 17 00:00:00 2001 From: Aaron Steinfeld Date: Thu, 21 Aug 2025 15:25:27 -0400 Subject: [PATCH] ci: bump publish image --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a249da0..1461c44 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,7 +7,7 @@ on: jobs: publish-artifacts: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: # Set fetch-depth: 0 to fetch commit history and tags for use in version calculation - name: Check out code