Update runner to use ubuntu-latest for release job

This commit is contained in:
georgemoralis
2025-12-12 19:06:41 +02:00
committed by GitHub
parent 5a9aa2a709
commit 94dde08c8a

View File

@@ -122,7 +122,7 @@ jobs:
create-release:
needs: [build]
runs-on: "ubuntu-20.04"
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
permissions:
contents: write