From e43d94a247cfe706102b79dd12bde3e323c854c1 Mon Sep 17 00:00:00 2001 From: Tim Maffett Date: Tue, 29 Jul 2025 05:24:17 -0700 Subject: [PATCH] Update main.yml to use ubuntu-latest as runner This allows the main.yaml to not fail when running --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index effd6aed5e19..ce803c8494bd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ jobs: update-symbols: permissions: contents: write - runs-on: ubuntu-20.04-4core + runs-on: ubuntu-latest strategy: fail-fast: false steps: