Browse Source

ubuntu-latest

zhou-hao 4 năm trước cách đây
mục cha
commit
b0a9706ebe
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/maven.yml

+ 1 - 1
.github/workflows/maven.yml

@@ -5,7 +5,7 @@ on: [push]
 jobs:
   build:
 
-    runs-on: self-hosted
+    runs-on: ubuntu-latest
 
     steps:
     - uses: actions/checkout@v1