Skip to content

Commit 29e51b1

Browse files
committed
Bump Ubuntu runner version
Signed-off-by: Connor Catlett <conncatl@amazon.com>
1 parent 5de2abd commit 29e51b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ on:
88

99
jobs:
1010
test:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-go@v4
1515
with:
1616
go-version: '>=1.20'
1717
- run: make
18-
- run: make test
18+
- run: make test

0 commit comments

Comments
 (0)