Update pipeline.yml

replace hardcoded Ubuntu version with "Ubuntu-latest"
This commit is contained in:
Sean Leary 2021-10-09 10:14:47 -05:00 committed by GitHub
parent d284c81e16
commit cf43419015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ on:
jobs:
# old-school build and jar method. No tests run or compiled.
build-1_6:
runs-on: ubuntu-16.04
runs-on: ubuntu-latest
strategy:
matrix:
# build for java 1.6, however don't run any tests
@ -38,7 +38,7 @@ jobs:
path: target/org.json.jar
build:
runs-on: ubuntu-16.04
runs-on: ubuntu-latest
strategy:
matrix:
# build against supported Java LTS versions: