Skip to content

Commit

Permalink
ci: changed ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
gotoeveryone committed Mar 4, 2025
1 parent bc3d122 commit 5c5ee1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
code_check:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Expand All @@ -19,7 +19,7 @@ jobs:
run: go vet ./...

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

Expand Down

0 comments on commit 5c5ee1e

Please sign in to comment.