Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 5, 2024
1 parent 1fea909 commit c8e0e59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
services:
minio:
image: fclairamb/minio-github-actions
Expand Down Expand Up @@ -63,6 +63,6 @@ jobs:
# For github to have a unique status check name
build-status:
needs: build
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- run: echo 'All good'

0 comments on commit c8e0e59

Please sign in to comment.