Skip to content

Commit

Permalink
rev ubuntu up to 20.04 (#3206)
Browse files Browse the repository at this point in the history
* rev ubuntu up to 20.04

* update to 20.04 everywhere
  • Loading branch information
jkwatson authored May 6, 2021
1 parent 2bc0cba commit 6584840
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
matrix:
os:
- macos-latest
- ubuntu-18.04
- ubuntu-20.04
include:
- os: ubuntu-18.04
- os: ubuntu-20.04
testAdditionalJavaVersions: true
coverage: true
steps:
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
name: Publish snapshots
if: ${{ github.event_name == 'push' && github.repository == 'open-telemetry/opentelemetry-java' }}
needs: build
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/patch-release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
prepare-release-branch:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
outputs:
release-branch-name: ${{ steps.parse-release-branch.outputs.release-branch-name }}
steps:
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
git checkout -b ${{ steps.parse-release-branch.outputs.release-branch-name }}
git push --set-upstream origin ${{ steps.parse-release-branch.outputs.release-branch-name }}
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
needs: prepare-release-branch
steps:
- name: Checkout release branch
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
matrix:
os:
- macos-latest
- ubuntu-18.04
- ubuntu-20.04
include:
- os: ubuntu-18.04
- os: ubuntu-20.04
testAdditionalJavaVersions: true
coverage: true
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-examples-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
matrix:
os:
- macos-latest
- ubuntu-18.04
- ubuntu-20.04
include:
- os: ubuntu-18.04
- os: ubuntu-20.04
testAdditionalJavaVersions: true
coverage: true
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build:
name: Build and release
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
Expand Down

0 comments on commit 6584840

Please sign in to comment.