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
This commit is contained in:
Yunlin Mao
2025-05-14 20:48:01 +08:00
committed by GitHub
parent 75d54927e1
commit c9209fe351

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