Updates runners to Ubuntu 22.04, locks pipenv to 2022.11.30, reduces number of image cleans run

This commit is contained in:
Trenton Holmes
2022-12-08 18:39:14 -08:00
committed by Trenton H
parent 5e15ede849
commit b0625cdced
8 changed files with 20 additions and 25 deletions

View File

@@ -21,7 +21,7 @@ concurrency:
jobs:
build-image:
name: Build ${{ fromJSON(inputs.build-json).name }} @ ${{ fromJSON(inputs.build-json).version }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
-
name: Checkout