chore: use ubuntu-latest

This commit is contained in:
hikaru 2024-02-06 11:48:24 -06:00
parent 565b1438ff
commit 4061655eae

View File

@ -6,12 +6,13 @@ on:
push:
paths-ignore: # don't rebuild if only documentation has changed
- "**.md"
pull_request:
workflow_dispatch: # allow manually triggering builds
jobs:
bluebuild:
name: Build Custom Image
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
permissions:
contents: read
packages: write