From c9209fe351fce11c1b6677dc6da0f5052d81c326 Mon Sep 17 00:00:00 2001 From: Yunlin Mao Date: Wed, 14 May 2025 20:48:01 +0800 Subject: [PATCH] Update publish.yaml ubuntu version This is a scheduled Ubuntu 20.04 retirement. Ubuntu 20.04 LTS runner will be removed on 2025-04-15. For more details, see https://github.com/actions/runner-images/issues/11101 --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index dacf6df7..fa8e6b04 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -11,7 +11,7 @@ concurrency: jobs: build-n-publish: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 #if: startsWith(github.event.ref, 'refs/tags') steps: - uses: actions/checkout@v2