Switch to new runner image

This commit is contained in:
Michael Bradley 2025-02-23 07:38:10 -05:00
parent 64306308ce
commit 5ad0c98252
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ name: Audit
jobs:
build:
name: Audit
runs-on: docker
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4

View file

@ -6,7 +6,7 @@ name: Push
jobs:
lint:
name: Lint
runs-on: docker
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
@ -23,7 +23,7 @@ jobs:
build:
name: Build
runs-on: docker
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4