Skip to content

Commit

Permalink
chore: use ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
bayou-brogrammer committed Feb 6, 2024
1 parent 565b143 commit 4061655
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4061655

Please sign in to comment.