Skip to content

Commit

Permalink
ci: change to debian for better protobuf packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecmd committed Jul 27, 2024
1 parent c45f1fa commit 597f2a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: debian-latest
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
release:
name: 'Release to GitHub'
runs-on: ubuntu-latest
runs-on: debian-latest
steps:
- uses: actions/checkout@v4
# Go setup
Expand Down

0 comments on commit 597f2a9

Please sign in to comment.