Skip to content

Commit f63f00f

Browse files
authored
Update maven.yml
1 parent 19c1898 commit f63f00f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Ubuntu CI
1+
name: Java CI
22

33
on:
44
push:
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
jdkversion: [11]
14-
runs-on: self-hosted
14+
runs-on: windows-latest
1515
steps:
1616
- uses: actions/checkout@v3
1717
- uses: actions/setup-java@v3
@@ -20,5 +20,5 @@ jobs:
2020
java-version: ${{ matrix.jdkversion }}
2121
cache: 'maven'
2222
- name: 使用Maven构建
23-
run: usr/actions-runner/apache-maven-3.9.1/bin/mvn -V -B clean package --file pom.xml
23+
run: mvn -V -B clean package --file pom.xml
2424

0 commit comments

Comments
 (0)