Skip to content

Commit 101b3a5

Browse files
committed
Use OSS self hosted runners
Closes gh-40683
1 parent dcae376 commit 101b3a5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build-and-deploy-snapshot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ concurrency:
88
jobs:
99
build-and-deploy-snapshot:
1010
name: Build and Deploy Snapshot
11-
runs-on: ubuntu22-8-32
11+
runs-on: ubuntu22-8-32-OSS
1212
if: ${{ github.repository == 'spring-projects/spring-boot' }}
1313
steps:
1414
- name: Check Out Code

.github/workflows/build-pull-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77
jobs:
88
build:
99
name: Build Pull Request
10-
runs-on: ubuntu22-8-32
10+
runs-on: ubuntu22-8-32-OSS
1111
if: ${{ github.repository == 'spring-projects/spring-boot' }}
1212
steps:
1313
- name: Set Up JDK 17

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os:
16-
- id: ubuntu22-8-32
16+
- id: ubuntu22-8-32-OSS
1717
name: Linux
1818
- id: windows-latest
1919
name: Windows

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build-and-stage-release:
1010
if: ${{ github.repository == 'spring-projects/spring-boot' }}
1111
name: Build and Stage Release
12-
runs-on: ubuntu22-8-32
12+
runs-on: ubuntu22-8-32-OSS
1313
steps:
1414
- name: Check Out Code
1515
uses: actions/checkout@v4

.github/workflows/run-system-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ concurrency:
88
jobs:
99
run-system-tests:
1010
name: 'Java ${{ matrix.java.version}}'
11-
runs-on: ubuntu22-8-32
11+
runs-on: ubuntu22-8-32-OSS
1212
if: ${{ github.repository == 'spring-projects/spring-boot' }}
1313
strategy:
1414
matrix:

0 commit comments

Comments
 (0)