Skip to content

Commit

Permalink
Update ubuntu 20 in ci to latest (#11)
Browse files Browse the repository at this point in the history
As ubuntu 20 is being phased down.
  • Loading branch information
rubensf authored Feb 13, 2025
1 parent 66bfea7 commit 13f06e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ on:
push:
jobs:
lint:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/[email protected]
with:
buf_token: ${{ secrets.BUF_TOKEN }}
breaking:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1
Expand Down

0 comments on commit 13f06e4

Please sign in to comment.