Skip to content

Commit

Permalink
CI: bump Ubuntu runners
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed Jan 20, 2025
1 parent 97cf632 commit 43d7405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ on:
jobs:
prototool:
name: prototool linter
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v1
- name: Run prototool
run: docker run -v "$(pwd):/work" uber/prototool:1.10.0 prototool lint protos

deploy:
name: deploy
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v1
- name: Install prerequisites
Expand Down

0 comments on commit 43d7405

Please sign in to comment.