Skip to content

Commit 60e421f

Browse files
authored
Use ubuntu-20.04 for acceptance tests (#293)
1 parent e43d1fb commit 60e421f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
jobs:
66
build_and_test:
77
name: Build and run tests
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-20.04
99
steps:
1010
- name: Set up Go
1111
uses: actions/setup-go@v3

0 commit comments

Comments
 (0)