Merge branch '3.4.x'

Closes gh-45294
This commit is contained in:
Moritz Halbritter 2025-04-25 14:09:08 +02:00
commit 231743e6d7
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
build-and-stage-release:
name: Build and Stage Release
if: ${{ github.repository == 'spring-projects/spring-boot' }}
runs-on: ${{ vars.UBUNTU_MEDIUIM || 'ubuntu-latest' }}
runs-on: ${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }}
steps:
- name: Check Out Code
uses: actions/checkout@v4