From c86218229078f9800468481044c37576448c5bd4 Mon Sep 17 00:00:00 2001 From: Maximilian Wilhelm Date: Tue, 30 Aug 2022 16:47:18 +0200 Subject: [PATCH] Skip build with fixed Ubuntu version, stick to latest only. (#371) Signed-off-by: Maximilian Wilhelm --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d94595ce..172169d5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,7 +5,7 @@ jobs: strategy: matrix: go-version: [1.19.x] - platform: [ubuntu-latest, ubuntu-18.04] + platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} steps: - name: Install Go