From 878479cfdb425e2f4cee0f42c72833df4aa99e6c Mon Sep 17 00:00:00 2001 From: Yoshiko2 Date: Sat, 22 May 2021 01:56:07 +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 6deee06..e23363b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - os: [windows-2016, macos-latest, ubuntu-18.04] + os: [windows-2016, macos-latest, ubuntu-16.04] steps: - uses: actions/checkout@v2