1 parent f852163 commit b5d84a5Copy full SHA for b5d84a5
1 file changed
.github/workflows/maven.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
linux-build:
11
- name: "JDK 21 Eclipse Temurin"
+ name: "JDK 21 Eclipse Temurin Linux"
12
runs-on: ubuntu-latest
13
container: "maven:3.9.6-eclipse-temurin-21"
14
steps:
@@ -33,7 +33,7 @@ jobs:
33
fail_ci_if_error: true
34
verbose: false
35
windows-build:
36
+ name: "JDK 21 Eclipse Temurin Windows"
37
runs-on: windows-latest
38
39
- uses: actions/checkout@v4
0 commit comments