Skip to content

Commit

Permalink
use ubuntu 22 for github actions (decred#3024)
Browse files Browse the repository at this point in the history
  • Loading branch information
buck54321 committed Oct 17, 2024
1 parent b4f501c commit 5f71c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ permissions:
jobs:
build-go:
name: Go CI
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
go: ['1.22', '1.23']
Expand Down

0 comments on commit 5f71c1a

Please sign in to comment.