From 8d94c10df94436e93fe5a0e84beccc909d75457a Mon Sep 17 00:00:00 2001 From: Lxeon <1277454443@qq.com> Date: Fri, 19 Jan 2024 10:49:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E4=B8=BAubuntu-latest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 6563633273..275dfd88d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,9 +13,9 @@ jobs: test: strategy: matrix: - os: [ubuntu-20.04] + os: [ubuntu-latest] include: - - os: ubuntu-20.04 + - os: ubuntu-latest os_short: linux compiler_cc: clang-8 compiler_cxx: clang++-8