diff --git a/.github/workflows/devel.yml b/.github/workflows/devel.yml index f5a880d7c..c367fb6ba 100644 --- a/.github/workflows/devel.yml +++ b/.github/workflows/devel.yml @@ -6,7 +6,7 @@ on: jobs: version: name: Version - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 outputs: tag_abbrev: ${{ steps.version.outputs.tag_abbrev }} tag_offset: ${{ steps.version.outputs.tag_offset }}