Skip to content

Commit

Permalink
actions: Use the latest ubuntu (#38)
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 authored Nov 3, 2024
1 parent cad2f3f commit ec3f3b5
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 ec3f3b5

Please sign in to comment.