Merge branch '3.3.x' into 3.4.x

This commit is contained in:
Stéphane Nicoll 2025-02-22 10:08:49 +01:00
commit 4b6fb44d07

View File

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