Update CI for new runner image #5

Manually merged
MichaelBradley merged 7 commits from actions into main 2025-02-23 08:20:15 -05:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 5ad0c98252 - Show all commits

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