From e6da0b8428a171f426b3ac33ed126ba75897e408 Mon Sep 17 00:00:00 2001 From: itsHenry <2671230065@qq.com> Date: Sun, 14 May 2023 10:23:37 +0800 Subject: [PATCH 1/2] CI: use ubuntu 20.04 for better compatibility --- .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 4d5f925..c738dc7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -52,7 +52,7 @@ jobs: Build_Linux: # The type of runner that the job will run on - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 # Steps represent a sequence of tasks that will be executed as part of the job steps: From 1ea8c8d9fcc05fd81a39800f420aeb775435d985 Mon Sep 17 00:00:00 2001 From: itsHenry <2671230065@qq.com> Date: Sun, 14 May 2023 10:25:39 +0800 Subject: [PATCH 2/2] chore(main): release 1.0.3 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 572456d..48f4677 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.3](https://github.com/itsHenry35/ledu/compare/v1.0.2...v1.0.3) (2023-05-14) + + +### CI + +* use ubuntu 20.04 for better compatibility ([e6da0b8](https://github.com/itsHenry35/ledu/commit/e6da0b8428a171f426b3ac33ed126ba75897e408)) + ## [1.0.2](https://github.com/itsHenry35/ledu/compare/v1.0.1...v1.0.2) (2023-03-22)