Update main.yml to use ubuntu-latest as runner

This allows the main.yaml to not fail when running
This commit is contained in:
Tim Maffett
2025-07-29 05:24:17 -07:00
committed by GitHub
parent 941fa95d7f
commit e43d94a247

View File

@@ -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: