From 9ae15362ce5184a7044aa78835ab4d035e7cbd22 Mon Sep 17 00:00:00 2001 From: George <58841610+Shinji-IkariG@users.noreply.github.com> Date: Wed, 16 Nov 2022 15:34:23 +0800 Subject: [PATCH] build gcc 11.2.0 (#7) first time build gcc 11.2.0 --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 01f98d0..de04898 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,9 +62,10 @@ jobs: # - 7.5.0 # - 8.3.0 # - 9.1.0 - - 9.2.0 + # - 9.2.0 # - 9.3.0 # - 10.1.0 + - 11.2.0 steps: - uses: actions/checkout@v1 - uses: docker/login-action@v1