Skip to content

Commit 231743e

Browse files
committed
Merge branch '3.4.x'
Closes gh-45294
2 parents 1d2fbb2 + b06f919 commit 231743e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-milestone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build-and-stage-release:
1111
name: Build and Stage Release
1212
if: ${{ github.repository == 'spring-projects/spring-boot' }}
13-
runs-on: ${{ vars.UBUNTU_MEDIUIM || 'ubuntu-latest' }}
13+
runs-on: ${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }}
1414
steps:
1515
- name: Check Out Code
1616
uses: actions/checkout@v4

0 commit comments

Comments
 (0)