From e7f7c14eb38af129d8dcbd9f119e271a14305fa9 Mon Sep 17 00:00:00 2001 From: Bipin <87369440+bipinkrish@users.noreply.github.com> Date: Sun, 18 Jun 2023 23:00:18 +0530 Subject: [PATCH] Fix --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d4ccb7e..1a8500f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: name: Build strategy: matrix: - os: [macos-latest, ubuntu-16.04, windows-latest] + os: [macos-latest, ubuntu-20.04, windows-latest] runs-on: ${{ matrix.os }}