File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ on: [push, pull_request]
55jobs :
66 init :
77 name : init
8- runs-on : ubuntu-22 .04
8+ runs-on : ubuntu-24 .04
99 outputs :
1010 skip : ${{ steps.ci-skip-step.outputs.ci-skip }}
1111 skip-not : ${{ steps.ci-skip-step.outputs.ci-skip-not }}
1919 name : build
2020 needs : init
2121 if : ${{ needs.init.outputs.skip == 'false' }}
22- runs-on : ubuntu-22 .04
22+ runs-on : ubuntu-24 .04
2323 steps :
2424 - name : Checkout
2525 uses : actions/checkout@v4
5050 test_push :
5151 needs : build
5252 if : github.event_name == 'push'
53- runs-on : ubuntu-22 .04
53+ runs-on : ubuntu-24 .04
5454 steps :
5555 - name : Checkout
5656 uses : actions/checkout@v4
@@ -112,7 +112,7 @@ jobs:
112112 # https://github.community/t/trigger-job-on-tag-push-only/18076
113113 if : github.event_name == 'push' && github.ref == 'refs/heads/master'
114114 needs : test_push
115- runs-on : ubuntu-22 .04
115+ runs-on : ubuntu-24 .04
116116 steps :
117117 - name : Checkout
118118 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments