REVIEWED: Linux workflow to run on ubuntu-latest

Previous runner `ubuntu-20.04` is deprecated and being removed soon: https://github.com/actions/runner-images/issues/11101
This commit is contained in:
Ray
2025-03-08 18:49:50 +01:00
parent bbeade636c
commit 5bda46960c
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ jobs:
build:
permissions:
contents: write # for actions/upload-release-asset to upload release asset
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 1