File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2929 # Prepare environment and build the plugin
3030 build :
3131 name : Build
32- runs-on : ubuntu-22 .04
32+ runs-on : ubuntu-24 .04
3333 outputs :
3434 version : ${{ steps.properties.outputs.version }}
3535 changelog : ${{ steps.properties.outputs.changelog }}
@@ -104,7 +104,7 @@ jobs:
104104 test :
105105 name : Test
106106 needs : [ build ]
107- runs-on : ubuntu-22 .04
107+ runs-on : ubuntu-24 .04
108108 steps :
109109
110110 # Check out the current repository
@@ -151,7 +151,7 @@ jobs:
151151 inspectCode :
152152 name : Inspect code
153153 needs : [ build ]
154- runs-on : ubuntu-22 .04
154+ runs-on : ubuntu-24 .04
155155 permissions :
156156 contents : write
157157 checks : write
@@ -197,7 +197,7 @@ jobs:
197197 verify :
198198 name : Verify plugin
199199 needs : [ build ]
200- runs-on : ubuntu-22 .04
200+ runs-on : ubuntu-24 .04
201201 steps :
202202
203203 # Free GitHub Actions Environment Disk Space
@@ -254,7 +254,7 @@ jobs:
254254 name : Release draft
255255 if : github.event_name != 'pull_request'
256256 needs : [ build, test, inspectCode, verify ]
257- runs-on : ubuntu-22 .04
257+ runs-on : ubuntu-24 .04
258258 permissions :
259259 contents : write
260260 steps :
Original file line number Diff line number Diff line change 1212 # Prepare and publish the plugin to JetBrains Marketplace repository
1313 release :
1414 name : Publish Plugin
15- runs-on : ubuntu-22 .04
15+ runs-on : ubuntu-24 .04
1616 permissions :
1717 contents : write
1818 pull-requests : write
You can’t perform that action at this time.
0 commit comments