From b06b8ca4b177a7d0f74ac602350316d95c2fddd5 Mon Sep 17 00:00:00 2001 From: jangko Date: Mon, 17 Apr 2023 15:57:00 +0700 Subject: [PATCH] update ubuntu to 20.04 in ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8428a2b..9ca094e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: include: - target: os: linux - builder: ubuntu-18.04 + builder: ubuntu-20.04 shell: bash - target: os: macos @@ -38,7 +38,7 @@ jobs: shell: bash - target: os: windows - builder: windows-2019 + builder: windows-latest shell: msys2 {0} defaults: