pin ubuntu version to 22.04 in CI

This commit is contained in:
Bernhard B
2025-04-18 23:16:49 +02:00
parent 9852dc5901
commit e7312bcaf6

View File

@@ -19,7 +19,7 @@ jobs:
- name: Available platforms
run: echo ${{ steps.buildx.outputs.platforms }}
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: setup
steps:
- uses: actions/checkout@master