File tree Expand file tree Collapse file tree 6 files changed +16
-5
lines changed
actions/prepare-gradle-build Expand file tree Collapse file tree 6 files changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ inputs:
12
12
runs :
13
13
using : composite
14
14
steps :
15
+ - name : Free Disk Space
16
+ if : ${{ runner.os == 'Linux' }}
17
+ uses : jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
18
+ with :
19
+ large-packages : false
20
+ docker-images : false
15
21
- name : Set Up Java
16
22
uses : actions/setup-java@v4
17
23
with :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ concurrency:
8
8
jobs :
9
9
build-and-deploy-snapshot :
10
10
name : Build and Deploy Snapshot
11
- runs-on : ubuntu22-8-32-OSS
11
+ runs-on : ubuntu-latest
12
12
if : ${{ github.repository == 'spring-projects/spring-boot' }}
13
13
steps :
14
14
- name : Check Out Code
Original file line number Diff line number Diff line change @@ -7,9 +7,14 @@ permissions:
7
7
jobs :
8
8
build :
9
9
name : Build Pull Request
10
- runs-on : ubuntu22-8-32-OSS
10
+ runs-on : ubuntu-latest
11
11
if : ${{ github.repository == 'spring-projects/spring-boot' }}
12
12
steps :
13
+ - name : Free Disk Space
14
+ uses : jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
15
+ with :
16
+ large-packages : false
17
+ docker-images : false
13
18
- name : Set Up JDK 17
14
19
uses : actions/setup-java@v4
15
20
with :
Original file line number Diff line number Diff line change 13
13
strategy :
14
14
matrix :
15
15
os :
16
- - id : ubuntu22-8-32-OSS
16
+ - id : ubuntu-latest
17
17
name : Linux
18
18
- id : windows-latest
19
19
name : Windows
Original file line number Diff line number Diff line change 9
9
build-and-stage-release :
10
10
if : ${{ github.repository == 'spring-projects/spring-boot' }}
11
11
name : Build and Stage Release
12
- runs-on : ubuntu22-8-32-OSS
12
+ runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Check Out Code
15
15
uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ concurrency:
8
8
jobs :
9
9
run-system-tests :
10
10
name : ' Java ${{ matrix.java.version}}'
11
- runs-on : ubuntu22-8-32-OSS
11
+ runs-on : ubuntu-latest
12
12
if : ${{ github.repository == 'spring-projects/spring-boot' }}
13
13
strategy :
14
14
matrix :
You can’t perform that action at this time.
0 commit comments