将测试环境从 ubuntu-latest 更新为 ubuntu-22.04

This commit is contained in:
2026-06-08 22:29:24 +08:00
parent f808f51870
commit b4e407e9d1
+1 -1
View File
@@ -8,7 +8,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check out repository code
uses: actions/checkout@v4