Switch to ubuntu-latest runner

The ubuntu-20.04 runner is no longer available. Switch to latest so that
we don't need to keep updating this as time passes, we don't depend on
anything for a specific ubuntu version.
This commit is contained in:
Mario Finelli
2025-08-21 11:11:48 +02:00
parent 768c15ad24
commit a2267b88a3

View File

@@ -12,7 +12,7 @@ defaults:
jobs:
release:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout git repo
uses: actions/checkout@v2