Skip to content

Commit 5f71c1a

Browse files
committed
use ubuntu 22 for github actions (decred#3024)
1 parent b4f501c commit 5f71c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ permissions:
55
jobs:
66
build-go:
77
name: Go CI
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-22.04
99
strategy:
1010
matrix:
1111
go: ['1.22', '1.23']

0 commit comments

Comments
 (0)