2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-12 17:30:19 +00:00

Fix GitHub action

This commit is contained in:
Markus Hilger
2025-05-23 19:23:03 +02:00
parent 6d446a55b4
commit d5108c025d

View File

@ -2,7 +2,7 @@ name: xcat_test
on: [pull_request, workflow_dispatch]
jobs:
xcat_pr_test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 60
steps:
- uses: actions/checkout@v4