From 064ce92cc9fa93ee84ada1926da5cb0ddabc7dcc Mon Sep 17 00:00:00 2001 From: Muhammed Kalkan Date: Wed, 7 Dec 2022 09:14:32 +0300 Subject: [PATCH] Update main.yml --- .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 f448df5..3519301 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: build: strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-20.04, macos-latest, windows-latest] runs-on: ${{ matrix.os }} timeout-minutes: 360 steps: