Skip to content

Commit

Permalink
ci: debian is not available, use ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecmd committed Jul 27, 2024
1 parent 597f2a9 commit b9258fe
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: debian-latest
runs-on: ubuntu-24.04
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: debian-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
# Go setup
Expand Down

0 comments on commit b9258fe

Please sign in to comment.