| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,7 +12,7 @@ on: | |||
| 12 | 12 | jobs: | |
| 13 | 13 | # old-school build and jar method. No tests run or compiled. | |
| 14 | 14 | build-1_6: | |
| 15 | - runs-on: ubuntu-16.04 | ||
| 15 | + runs-on: ubuntu-latest | ||
| 16 | 16 | strategy: | |
| 17 | 17 | matrix: | |
| 18 | 18 | # build for java 1.6, however don't run any tests | |
@@ -38,7 +38,7 @@ jobs: | |||
| 38 | 38 | path: target/org.json.jar | |
| 39 | 39 | ||
| 40 | 40 | build: | |
| 41 | - runs-on: ubuntu-16.04 | ||
| 41 | + runs-on: ubuntu-latest | ||
| 42 | 42 | strategy: | |
| 43 | 43 | matrix: | |
| 44 | 44 | # build against supported Java LTS versions: | |
@@ -71,4 +71,4 @@ jobs: | |||
| 71 | 71 | uses: actions/upload-artifact@v1 | |
| 72 | 72 | with: | |
| 73 | 73 | name: Test Report ${{ matrix.java }} | |
| 74 | - path: target/site/ | ||
| 74 | + path: target/site/ | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments