We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d284c81 commit cf43419Copy full SHA for cf43419
1 file changed
.github/workflows/pipeline.yml
@@ -12,7 +12,7 @@ on:
12
jobs:
13
# old-school build and jar method. No tests run or compiled.
14
build-1_6:
15
- runs-on: ubuntu-16.04
+ runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
# build for java 1.6, however don't run any tests
@@ -38,7 +38,7 @@ jobs:
38
path: target/org.json.jar
39
40
build:
41
42
43
44
# build against supported Java LTS versions:
@@ -71,4 +71,4 @@ jobs:
71
uses: actions/upload-artifact@v1
72
with:
73
name: Test Report ${{ matrix.java }}
74
- path: target/site/
+ path: target/site/
0 commit comments