File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ on: [push, pull_request]
55jobs :
66 build :
77 name : build
8- runs-on : ubuntu-22 .04
8+ runs-on : ubuntu-24 .04
99 steps :
1010 - name : Checkout
1111 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
3737 test_push :
3838 needs : build
3939 if : github.event_name == 'push'
40- runs-on : ubuntu-22 .04
40+ runs-on : ubuntu-24 .04
4141 steps :
4242 - name : Checkout
4343 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
@@ -104,7 +104,7 @@ jobs:
104104 # https://github.community/t/trigger-job-on-tag-push-only/18076
105105 if : github.event_name == 'push' && github.ref == 'refs/heads/master'
106106 needs : test_push
107- runs-on : ubuntu-22 .04
107+ runs-on : ubuntu-24 .04
108108 steps :
109109 - name : Checkout
110110 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
You can’t perform that action at this time.
0 commit comments