Skip to content

Commit

Permalink
Merge branch '3.2.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed May 9, 2024
2 parents 0ea4da3 + 2d77ebc commit e2f3d6a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
jobs:
build-and-deploy-snapshot:
name: Build and Deploy Snapshot
runs-on: ubuntu22-8-32
runs-on: ubuntu22-8-32-OSS
if: ${{ github.repository == 'spring-projects/spring-boot' }}
steps:
- name: Check Out Code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
jobs:
build:
name: Build Pull Request
runs-on: ubuntu22-8-32
runs-on: ubuntu22-8-32-OSS
if: ${{ github.repository == 'spring-projects/spring-boot' }}
steps:
- name: Set Up JDK 17
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os:
- id: ubuntu22-8-32
- id: ubuntu22-8-32-OSS
name: Linux
- id: windows-latest
name: Windows
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build-and-stage-release:
if: ${{ github.repository == 'spring-projects/spring-boot' }}
name: Build and Stage Release
runs-on: ubuntu22-8-32
runs-on: ubuntu22-8-32-OSS
steps:
- name: Check Out Code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:
jobs:
run-system-tests:
name: 'Java ${{ matrix.java.version}}'
runs-on: ubuntu22-8-32
runs-on: ubuntu22-8-32-OSS
if: ${{ github.repository == 'spring-projects/spring-boot' }}
strategy:
matrix:
Expand Down

0 comments on commit e2f3d6a

Please sign in to comment.