Skip to content

Commit 91fe9b1

Browse files
Update dependency ubuntu to v24
1 parent 5d4d493 commit 91fe9b1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

0 commit comments

Comments
 (0)