Use OSS self hosted runners

Closes gh-40683
This commit is contained in:
Phillip Webb 2024-05-09 12:00:28 -07:00
parent dcae376a3b
commit 101b3a5416
5 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,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

View File

@ -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

View File

@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os:
- id: ubuntu22-8-32
- id: ubuntu22-8-32-OSS
name: Linux
- id: windows-latest
name: Windows

View File

@ -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

View File

@ -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: