chore: use ubuntu-latest

Merge pull request #4 from bayou-brogrammer/main
This commit is contained in:
xyny 2024-02-06 18:01:35 +00:00 committed by GitHub
commit 8e7e986816
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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