Skip to content

Commit ca03ff3

Browse files
authored
Change CI runner to ubuntu-latest
1 parent 051a360 commit ca03ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414
ci-required:
15-
runs-on: [self-hosted, go-large]
15+
runs-on: [ubuntu-latest]
1616
needs: [test]
1717
if: success()
1818
steps:

0 commit comments

Comments
 (0)