From 3689f9078cf677765eee8682e8a1970527f11e37 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Wed, 8 Jul 2026 21:24:32 -0700 Subject: [PATCH] Bump github runner image version --- .github/workflows/main.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2ea6ba7..1324fde 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: matrix: go: [ '1.18' ] diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e4abe2a..19ae2d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ name: Create Release jobs: build: name: Create Release - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2