Skip to content

Commit b5d84a5

Browse files
committed
chore: add windows machine in ci
1 parent f852163 commit b5d84a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
linux-build:
11-
name: "JDK 21 Eclipse Temurin"
11+
name: "JDK 21 Eclipse Temurin Linux"
1212
runs-on: ubuntu-latest
1313
container: "maven:3.9.6-eclipse-temurin-21"
1414
steps:
@@ -33,7 +33,7 @@ jobs:
3333
fail_ci_if_error: true
3434
verbose: false
3535
windows-build:
36-
name: "JDK 21 Eclipse Temurin"
36+
name: "JDK 21 Eclipse Temurin Windows"
3737
runs-on: windows-latest
3838
steps:
3939
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)