From 0df772ca785b66ffdb96a8ee7160e27377d9b727 Mon Sep 17 00:00:00 2001 From: Tanjin Xu Date: Tue, 16 Aug 2022 14:30:16 -0700 Subject: [PATCH] move test to run on ubuntu-latest --- test/templates/unit_test.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/templates/unit_test.tpl b/test/templates/unit_test.tpl index 4a0c1f28b95..9bef9a3b5ed 100644 --- a/test/templates/unit_test.tpl +++ b/test/templates/unit_test.tpl @@ -6,7 +6,7 @@ concurrency: jobs: test: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - name: Set up Go