File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed 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
11
+ runs-on : ubuntu22-8-32-OSS
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,7 +7,7 @@ permissions:
7
7
jobs :
8
8
build :
9
9
name : Build Pull Request
10
- runs-on : ubuntu22-8-32
10
+ runs-on : ubuntu22-8-32-OSS
11
11
if : ${{ github.repository == 'spring-projects/spring-boot' }}
12
12
steps :
13
13
- name : Set Up JDK 17
Original file line number Diff line number Diff line change 13
13
strategy :
14
14
matrix :
15
15
os :
16
- - id : ubuntu22-8-32
16
+ - id : ubuntu22-8-32-OSS
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
12
+ runs-on : ubuntu22-8-32-OSS
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
11
+ runs-on : ubuntu22-8-32-OSS
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