From dedce775bfce7f346c24750665966a7be4c1e8e5 Mon Sep 17 00:00:00 2001 From: Kyle Date: Sun, 30 Oct 2022 17:46:54 +0800 Subject: [PATCH] switch to bionic --- .github/workflows/build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3ffeeee..6226037 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,9 +13,11 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest] + os: + - ubuntu-18.04 + - windows-latest include: - - os: ubuntu-latest + - os: ubuntu-18.04 os_short: linux - os: windows-latest os_short: windows