File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/files/.github/workflows Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010jobs :
1111 check-skippable :
1212 continue-on-error : true
13- runs-on : ubuntu-22 .04
13+ runs-on : ubuntu-24 .04
1414 timeout-minutes : 10
1515 outputs :
1616 skippable : ${{ steps.check.outputs.should_skip }}
6868 if : needs.check-skippable.outputs.skippable != 'true'
6969 timeout-minutes : 10
7070
71- runs-on : ubuntu-22 .04
71+ runs-on : ubuntu-24 .04
7272 steps :
7373 - name : Collect Workflow Telemetry
7474 uses : catchpoint/workflow-telemetry-action@94c3c3d9567a0205de6da68a76c428ce4e769af1 # v2.0.0
@@ -108,7 +108,7 @@ jobs:
108108 # Runs even when the previous job was in error
109109 if : ${{ always() }}
110110 continue-on-error : true
111- runs-on : ubuntu-22 .04
111+ runs-on : ubuntu-24 .04
112112 permissions :
113113 actions : read
114114 timeout-minutes : 10
Original file line number Diff line number Diff line change 99jobs :
1010 check-skippable :
1111 continue-on-error : true
12- runs-on : ubuntu-22 .04
12+ runs-on : ubuntu-24 .04
1313 # Minimum permissions required by skip-duplicate-actions
1414 permissions :
1515 actions : write
2525 needs : check-skippable
2626 if : needs.check-skippable.outputs.skippable != 'true'
2727
28- runs-on : ubuntu-22 .04
28+ runs-on : ubuntu-24 .04
2929
3030 steps :
3131 - name : Checkout the source
You can’t perform that action at this time.
0 commit comments