From 6af721b79f9c7e534377aeccd8a7b4155d1917b0 Mon Sep 17 00:00:00 2001 From: Yoshiko2 Date: Fri, 21 May 2021 22:03:28 +0800 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 aed9a5e..6deee06 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - os: [windows-latest, macos-latest, ubuntu-latest] + os: [windows-2016, macos-latest, ubuntu-18.04] steps: - uses: actions/checkout@v2