force new ubuntu

This commit is contained in:
Sebastian Hugentobler 2023-12-12 19:23:21 +01:00
parent c1220b4cc8
commit 03d93c49a1
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -2,7 +2,7 @@ name: Build Container Image
on: [push]
jobs:
build-container:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check out repository code
uses: actions/checkout@v3