mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-06 10:45:23 +08:00
Update pipeline.yml
replace hardcoded Ubuntu version with "Ubuntu-latest"
This commit is contained in:
4
.github/workflows/pipeline.yml
vendored
4
.github/workflows/pipeline.yml
vendored
@@ -12,7 +12,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
# old-school build and jar method. No tests run or compiled.
|
# old-school build and jar method. No tests run or compiled.
|
||||||
build-1_6:
|
build-1_6:
|
||||||
runs-on: ubuntu-16.04
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# build for java 1.6, however don't run any tests
|
# build for java 1.6, however don't run any tests
|
||||||
@@ -38,7 +38,7 @@ jobs:
|
|||||||
path: target/org.json.jar
|
path: target/org.json.jar
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-16.04
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# build against supported Java LTS versions:
|
# build against supported Java LTS versions:
|
||||||
|
Reference in New Issue
Block a user