Update publish.yaml ubuntu version (#1334)

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
This commit is contained in:
Yunlin Mao
2025-05-16 10:25:30 +08:00
committed by GitHub
parent 75d54927e1
commit a5685cd4a2

View File

@@ -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