Skip to content

Commit

Permalink
actions: Use the latest ubuntu
Browse files Browse the repository at this point in the history
dependabot does not support github actions runner,
so use latest.
  • Loading branch information
lens0021 committed Nov 2, 2024
1 parent cad2f3f commit ad16ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:

jobs:
docker_image_job:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
# don't need to use the actions/checkout when using setup-buildx-action

Expand Down

0 comments on commit ad16ed3

Please sign in to comment.