run ubuntu build in container

This commit is contained in:
Lion Kortlepel
2023-12-05 14:00:13 +01:00
parent 9a8c9f3cc6
commit 162e1dc922

View File

@@ -4,7 +4,9 @@ on: [push]
jobs:
ubuntu-22-04-build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
container:
image: ubuntu:22.04
steps:
- name: Install git
run: |