From 0b7a356e6a44256764f9f0b7f212458c16284623 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Mar 2025 17:49:58 +0000 Subject: [PATCH] Update dependency ubuntu to v24 --- .github/workflows/build.yml | 10 +++++----- .github/workflows/release.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 00f54bf6..b5efcb42 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: # Prepare environment and build the plugin build: name: Build - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 outputs: version: ${{ steps.properties.outputs.version }} changelog: ${{ steps.properties.outputs.changelog }} @@ -104,7 +104,7 @@ jobs: test: name: Test needs: [ build ] - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: # Check out the current repository @@ -151,7 +151,7 @@ jobs: inspectCode: name: Inspect code needs: [ build ] - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: contents: write checks: write @@ -197,7 +197,7 @@ jobs: verify: name: Verify plugin needs: [ build ] - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: # Free GitHub Actions Environment Disk Space @@ -254,7 +254,7 @@ jobs: name: Release draft if: github.event_name != 'pull_request' needs: [ build, test, inspectCode, verify ] - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: contents: write steps: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae110cca..d4dde82f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: # Prepare and publish the plugin to JetBrains Marketplace repository release: name: Publish Plugin - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: contents: write pull-requests: write